Created
November 19, 2014 10:27
-
-
Save believe2200/7e2c6217f92319ff6478 to your computer and use it in GitHub Desktop.
イメージボタンの影をつける
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
android:elevation="3dp" | |
ex. | |
<ImageButton | |
android:id="@+id/imageView01" | |
android:layout_width="wrap_content" | |
android:layout_height="match_parent" | |
android:background="@drawable/btn_main01" | |
android:layout_margin="3dp" | |
android:layout_weight="1" | |
android:elevation="3dp" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment