Fix lint. Remove unused/dupe resources.

This commit is contained in:
dosiecki 2015-08-11 15:42:33 -07:00
parent c349ae7c1f
commit 42f209a762
33 changed files with 161 additions and 177 deletions

View file

@ -3,4 +3,5 @@
<issue id="StringFormatMatches" severity="ignore" /> <issue id="StringFormatMatches" severity="ignore" />
<issue id="RtlHardcoded" severity="ignore" /> <issue id="RtlHardcoded" severity="ignore" />
<issue id="RtlSymmetry" severity="ignore" /> <issue id="RtlSymmetry" severity="ignore" />
<issue id="IconLocation" severity="ignore" />
</lint> </lint>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 999 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 545 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 820 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 583 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1,006 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 471 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 933 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 927 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 750 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 696 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

View file

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
clients/android/NewsBlur/res/drawable/clock.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 605 B

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

Before

Width:  |  Height:  |  Size: 750 B

After

Width:  |  Height:  |  Size: 750 B

BIN
clients/android/NewsBlur/res/drawable/share_icon.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 517 B

After

Width:  |  Height:  |  Size: 820 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 959 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 985 B

View file

@ -1,13 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
style="?selectorStoryBackground" style="?selectorStoryBackground" >
android:orientation="horizontal" >
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="match_parent" >
<View <View
android:id="@+id/row_item_favicon_borderbar_1" android:id="@+id/row_item_favicon_borderbar_1"
@ -111,5 +106,3 @@
android:textColor="@color/darkgray" android:textColor="@color/darkgray"
android:textSize="11dp" /> android:textSize="11dp" />
</RelativeLayout> </RelativeLayout>
</LinearLayout>

View file

@ -1,13 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
style="?selectorStoryBackground" style="?selectorStoryBackground" >
android:orientation="horizontal" >
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="match_parent">
<View <View
android:id="@+id/row_item_favicon_borderbar_1" android:id="@+id/row_item_favicon_borderbar_1"
@ -88,6 +83,5 @@
android:singleLine="true" android:singleLine="true"
android:textColor="@color/darkgray" android:textColor="@color/darkgray"
android:textSize="11dp" /> android:textSize="11dp" />
</RelativeLayout>
</LinearLayout> </RelativeLayout>

View file

@ -2,7 +2,6 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android" > <menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:id="@+id/menu_refresh" <item android:id="@+id/menu_refresh"
android:icon="@drawable/barbutton_refresh"
android:title="@string/menu_refresh" android:title="@string/menu_refresh"
android:showAsAction="never" /> android:showAsAction="never" />
@ -11,7 +10,6 @@
android:showAsAction="never" /> android:showAsAction="never" />
<item android:id="@+id/menu_add_feed" <item android:id="@+id/menu_add_feed"
android:icon="@drawable/plus"
android:title="@string/menu_add_feed" android:title="@string/menu_add_feed"
android:showAsAction="never" /> android:showAsAction="never" />

View file

@ -9,12 +9,10 @@
android:visible="false"/> android:visible="false"/>
<item <item
android:id="@+id/menu_reading_sharenewsblur" android:id="@+id/menu_reading_sharenewsblur"
android:icon="@drawable/newsblur_share"
android:showAsAction="never" android:showAsAction="never"
android:title="@string/menu_sharenewsblur"/> android:title="@string/menu_sharenewsblur"/>
<item <item
android:id="@+id/menu_reading_original" android:id="@+id/menu_reading_original"
android:icon="@drawable/website"
android:showAsAction="never" android:showAsAction="never"
android:title="@string/menu_original"/> android:title="@string/menu_original"/>
<item <item