Change repositories icon

Use ic_toc_white instead of ic_view_headline_white. The latter often used
to show navigation drawer and thus may be confusing.
This commit is contained in:
relan 2015-07-17 15:43:42 +03:00
parent 2dc689e2a1
commit 6ddd1571c7
13 changed files with 2 additions and 2 deletions

Binary file not shown.

After

(image error) Size: 113 B

Binary file not shown.

Before

(image error) Size: 102 B

Binary file not shown.

After

(image error) Size: 85 B

Binary file not shown.

Before

(image error) Size: 84 B

Binary file not shown.

After

(image error) Size: 95 B

Binary file not shown.

Before

(image error) Size: 92 B

Binary file not shown.

After

(image error) Size: 94 B

Binary file not shown.

Before

(image error) Size: 96 B

Binary file not shown.

After

(image error) Size: 100 B

Binary file not shown.

Before

(image error) Size: 98 B

Binary file not shown.

After

(image error) Size: 85 B

Binary file not shown.

Before

(image error) Size: 84 B

@ -18,7 +18,7 @@
app:showAsAction="ifRoom"/> app:showAsAction="ifRoom"/>
<item <item
android:id="@+id/action_manage_repos" android:id="@+id/action_manage_repos"
android:icon="@drawable/ic_view_headline_white" android:icon="@drawable/ic_toc_white"
android:title="@string/menu_manage" android:title="@string/menu_manage"
app:showAsAction="ifRoom"/> app:showAsAction="ifRoom"/>
<item <item
@ -37,4 +37,4 @@
android:title="@string/menu_about" android:title="@string/menu_about"
app:showAsAction="ifRoom"/> app:showAsAction="ifRoom"/>
</menu> </menu>