mirror of
https://github.com/gsantner/dandelion
synced 2025-12-12 07:11:11 +01:00
#40 new color scheme, Replace png icons with vector drawables
This commit is contained in:
parent
0bf2e0aabd
commit
e2eaa73ba1
19 changed files with 37 additions and 8 deletions
|
|
@ -6,14 +6,14 @@
|
|||
|
||||
<item
|
||||
android:id="@+id/action_search"
|
||||
android:icon="@drawable/fab_search"
|
||||
android:icon="@drawable/ic_search_white_48px"
|
||||
app:showAsAction="always"
|
||||
android:title="@string/action_search_by_tags_or_persons" />
|
||||
|
||||
|
||||
<item
|
||||
android:id="@+id/action_compose"
|
||||
android:icon="@drawable/fab_compose"
|
||||
android:icon="@drawable/ic_mode_edit_white_48px"
|
||||
app:showAsAction="always"
|
||||
android:title="@string/action_compose_new_post" />
|
||||
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
<!-- Keep right most -->
|
||||
<item
|
||||
android:id="@+id/action_go_to_top"
|
||||
android:icon="@drawable/fab_top"
|
||||
android:icon="@drawable/ic_arrow_upward_white_48px"
|
||||
android:title="@string/action_go_to_top"
|
||||
app:showAsAction="always"/>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue