Browse Source

Removing unused resources

master
anthony restaino 7 years ago
parent
commit
89caf33f46
  1. 6
      app/src/main/res/drawable/tab_vertical_background.xml
  2. 8
      app/src/main/res/layout/animated_progress_bar.xml
  3. 12
      app/src/main/res/values/arrays.xml

6
app/src/main/res/drawable/tab_vertical_background.xml

@ -1,6 +0,0 @@ @@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<transition xmlns:android="http://schemas.android.com/apk/res/android">
<!-- The drawables used here can be solid colors, gradients, shapes, images, etc. -->
<item android:drawable="@color/transparent"/>
<item android:drawable="?selectedBackground"/>
</transition>

8
app/src/main/res/layout/animated_progress_bar.xml

@ -1,8 +0,0 @@ @@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/progress_background"
android:layout_width="match_parent"
android:layout_height="5dp"
android:orientation="horizontal" >
</LinearLayout>

12
app/src/main/res/values/arrays.xml

@ -6,12 +6,12 @@ @@ -6,12 +6,12 @@
<item>@string/agent_mobile</item>
<item>@string/agent_custom</item>
</string-array>
<string-array name="download_folder">
<item>@string/folder_default</item>
<item>@string/folder_custom</item>
</string-array>
<string-array name="homepage">
<item>@string/action_homepage</item>
<item>@string/action_blank</item>
@ -24,14 +24,6 @@ @@ -24,14 +24,6 @@
<item>@string/powered_by_duck</item>
<item>@string/search_suggestions_off</item>
</string-array>
<string-array name="text_size">
<item>@string/size_largest</item>
<item>@string/size_large</item>
<item>@string/size_normal</item>
<item>@string/size_small</item>
<item>@string/size_smallest</item>
</string-array>
<string-array name="themes">
<item>@string/light_theme</item>

Loading…
Cancel
Save