mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
fix misleading names and remove unused layers in background selectors
This commit is contained in:
parent
d6e67687e4
commit
ef40560faf
3 changed files with 10 additions and 36 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue