fix misleading names and remove unused layers in background selectors

This commit is contained in:
dosiecki 2016-06-01 12:40:58 -07:00
parent d6e67687e4
commit ef40560faf
3 changed files with 10 additions and 36 deletions

View file

@ -1,17 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape
android:shape="rectangle">
<solid android:color="@color/dark_story_background_start"/>
</shape>
</item>
<item
android:top="0.5dp"
android:bottom="0.5dp">
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/dark_story_background_end"/>
</shape>
</item>
</layer-list>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/dark_story_background_selected"/>
</shape>

View file

@ -1,17 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape
android:shape="rectangle">
<solid android:color="@color/story_background_start"/>
</shape>
</item>
<item
android:top="0.5dp"
android:bottom="0.5dp">
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/story_background_end"/>
</shape>
</item>
</layer-list>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/story_background_selected"/>
</shape>

View file

@ -33,11 +33,9 @@
<color name="dark_feed_background_selected_end">#4C4C4C</color>
<color name="dark_feed_background_selected_start">#1A1A1A</color>
<color name="story_background">#F4F4F4</color>
<color name="story_background_end">#FFFDEF</color>
<color name="story_background_start">#DFDDCF</color>
<color name="story_background_selected">#FFFDEF</color>
<color name="dark_story_background">#1A1A1A</color>
<color name="dark_story_background_end">#4C4C4C</color>
<color name="dark_story_background_start">#1A1A1A</color>
<color name="dark_story_background_selected">#4C4C4C</color>
<color name="story_title_unread">#333333</color>
<color name="dark_story_title_unread">#FFFDEF</color>