Created
January 22, 2012 23:26
-
-
Save strangematter/1659355 to your computer and use it in GitHub Desktop.
Android xml drawable as background for button
This file contains hidden or 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
| <Button | |
| android:id="@+id/fridgeButton" | |
| android:layout_width="wrap_content" | |
| android:layout_height="wrap_content" | |
| android:drawablePadding="2dp" | |
| android:background="@drawable/dashboard_button_background" | |
| android:drawableTop="@drawable/ic_fridge" | |
| android:text="Fridge" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What dashobard android:background="@drawable/dashboard_button_background"