add missing gray theme drawables
This commit is contained in:
parent
1c2d0549cb
commit
7d9e448b2e
7
res/drawable/headline_row_selected_gray.xml
Normal file
7
res/drawable/headline_row_selected_gray.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item android:drawable="@color/headline_row_selected_gray"/>
|
||||
<item android:drawable="@drawable/shadow"/>
|
||||
|
||||
</layer-list>
|
7
res/drawable/headline_row_unread_gray.xml
Normal file
7
res/drawable/headline_row_unread_gray.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item android:drawable="@color/headline_row_unread_gray"/>
|
||||
<item android:drawable="@drawable/shadow"/>
|
||||
|
||||
</layer-list>
|
5
res/drawable/ics_divider_vertical_gray.xml
Normal file
5
res/drawable/ics_divider_vertical_gray.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bitmap
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/ics_divider_vertical_bitmap"
|
||||
android:gravity="fill_vertical|right" />
|
7
res/drawable/shadow_feeds_gray.xml
Normal file
7
res/drawable/shadow_feeds_gray.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item android:drawable="@color/feeds_dark_gray"/>
|
||||
<item android:drawable="@drawable/shadow"/>
|
||||
|
||||
</layer-list>
|
7
res/drawable/shadow_headlines_gray.xml
Normal file
7
res/drawable/shadow_headlines_gray.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item android:drawable="@color/feeds_dark_gray"/>
|
||||
<item android:drawable="@drawable/shadow"/>
|
||||
|
||||
</layer-list>
|
Loading…
Reference in New Issue
Block a user