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.
BIN
F-Droid/res/drawable-hdpi/ic_toc_white.png
Normal file
After Width: | Height: | Size: 113 B |
Before Width: | Height: | Size: 102 B |
BIN
F-Droid/res/drawable-mdpi/ic_toc_white.png
Normal file
After Width: | Height: | Size: 85 B |
Before Width: | Height: | Size: 84 B |
BIN
F-Droid/res/drawable-xhdpi/ic_toc_white.png
Normal file
After Width: | Height: | Size: 95 B |
Before Width: | Height: | Size: 92 B |
BIN
F-Droid/res/drawable-xxhdpi/ic_toc_white.png
Normal file
After Width: | Height: | Size: 94 B |
Before Width: | Height: | Size: 96 B |
BIN
F-Droid/res/drawable-xxxhdpi/ic_toc_white.png
Normal file
After Width: | Height: | Size: 100 B |
Before Width: | Height: | Size: 98 B |
BIN
F-Droid/res/drawable/ic_toc_white.png
Normal file
After Width: | Height: | Size: 85 B |
Before Width: | Height: | Size: 84 B |
@ -18,7 +18,7 @@
|
||||
app:showAsAction="ifRoom"/>
|
||||
<item
|
||||
android:id="@+id/action_manage_repos"
|
||||
android:icon="@drawable/ic_view_headline_white"
|
||||
android:icon="@drawable/ic_toc_white"
|
||||
android:title="@string/menu_manage"
|
||||
app:showAsAction="ifRoom"/>
|
||||
<item
|
||||
@ -37,4 +37,4 @@
|
||||
android:title="@string/menu_about"
|
||||
app:showAsAction="ifRoom"/>
|
||||
|
||||
</menu>
|
||||
</menu>
|
||||
|