Give key flag colors their own color names
This removes "bg_gray" and selector_transparent_button.xml, which is unused and the last file to reference "bg_gray".
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!-- Borderless Buttons for API < 11, see http://stackoverflow.com/a/14663170 -->
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true" android:drawable="@color/bg_gray" />
|
||||
<item android:drawable="@android:color/transparent" />
|
||||
</selector>
|
||||
Reference in New Issue
Block a user