Bug 876765 - Part 2: Give buttons a focusable state in AwesomeScreen. r=lucasr

This commit is contained in:
Brian Nicholson 2013-07-15 14:36:13 -07:00
parent 2950cd3414
commit 29f9c4f4cb

View File

@ -12,6 +12,21 @@
</shape>
</item>
<item android:state_focused="true"
android:state_enabled="true">
<shape>
<gradient android:angle="90"
android:startColor="#D2DAE2"
android:endColor="#E3E8ED"
android:type="linear"/>
<stroke android:width="2dp"
android:color="#E66000" />
<corners android:radius="4dp"/>
</shape>
</item>
<item android:state_enabled="true">
<shape>
<gradient android:angle="90"
@ -22,5 +37,4 @@
<corners android:radius="4dp"/>
</shape>
</item>
</selector>