Skip to content

Commit

Permalink
selector background for buttoms
Browse files Browse the repository at this point in the history
  • Loading branch information
amcereijo committed Jan 20, 2013
1 parent 496ea44 commit 9766b95
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions res/drawable/buttom_background.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_focused="true" android:state_pressed="false" android:drawable="@drawable/login_btn_border" />
<item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/menu_layout_item_background_selected" />
<item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/menu_layout_item_background_selected" />
<item android:drawable="@drawable/login_btn_border" />
</selector>

0 comments on commit 9766b95

Please sign in to comment.