mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Clean up unused resources.
This commit is contained in:
parent
48be4234e8
commit
805d177261
5 changed files with 0 additions and 21 deletions
Binary file not shown.
Before Width: | Height: | Size: 2.4 KiB |
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
|
||||
<gradient
|
||||
android:angle= "90"
|
||||
android:type= "linear"
|
||||
android:startColor="@color/folder_background_selected_start"
|
||||
android:endColor= "@color/folder_background_selected_end" />
|
||||
</shape>
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<transition xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item android:drawable="@color/item_background"/>
|
||||
<item android:drawable="@color/highlight"/>
|
||||
<item android:drawable="@color/item_background"/>
|
||||
|
||||
</transition>
|
|
@ -35,8 +35,6 @@
|
|||
<color name="twitter_blue">#4099FF</color>
|
||||
<color name="facebook_blue">#3B5998</color>
|
||||
|
||||
<color name="darkgreen">#134c00</color>
|
||||
|
||||
<color name="item_header_background_start">#FEFEFE</color>
|
||||
<color name="item_header_background_end">#F3F4EF</color>
|
||||
<color name="item_header_border">#C2C5BE</color>
|
||||
|
@ -52,8 +50,6 @@
|
|||
<color name="positive">#6EA74A</color>
|
||||
<color name="positive_drop_shadow">#417E53</color>
|
||||
|
||||
<color name="highlight">#fef7ab</color>
|
||||
|
||||
<color name="neutral">#B3B6AD</color>
|
||||
<color name="neutral_drop_shadow">#93968D</color>
|
||||
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
|
||||
<string name="description_login_button">Press to log in.</string>
|
||||
<string name="description_login_logo">NewsBlur Logo</string>
|
||||
<string name="description_favicon">The feed\'s favicon</string>
|
||||
<string name="description_profile_picture">The user\'s profile picture</string>
|
||||
<string name="description_row_folder_icon">folder icon</string>
|
||||
<string name="description_activity_icon">An icon illustrating the user\'s activity</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue