mirror of
https://github.com/gsantner/dandelion
synced 2025-12-12 07:11:11 +01:00
Use Vector Drawables instead of pngs
This commit is contained in:
parent
ac81091cce
commit
2507dbd015
45 changed files with 27 additions and 7 deletions
|
|
@ -18,7 +18,7 @@
|
|||
android:title="@string/action_compose_new_post" />
|
||||
|
||||
<item
|
||||
android:icon="@drawable/ic_share_white_24dp"
|
||||
android:icon="@drawable/ic_share_white_48px"
|
||||
android:title="@string/action_share_dotdotdot"
|
||||
app:showAsAction="always" >
|
||||
<menu>
|
||||
|
|
@ -39,12 +39,12 @@
|
|||
<!-- overflow menu -->
|
||||
<item
|
||||
android:id="@+id/action_toggle_desktop_page"
|
||||
android:icon="@drawable/ic_sync_white_24dp"
|
||||
android:icon="@drawable/ic_sync_white_48px"
|
||||
android:title="@string/action_toggle_desktop_page"
|
||||
/>
|
||||
<item
|
||||
android:id="@+id/action_exit"
|
||||
android:icon="@drawable/ic_sync_white_24dp"
|
||||
android:icon="@drawable/ic_sync_white_48px"
|
||||
android:title="@string/action_exit_app"
|
||||
app:showAsAction="never" />
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
<item
|
||||
android:id="@+id/action_reload"
|
||||
android:icon="@drawable/ic_refresh_white_24dp"
|
||||
android:icon="@drawable/ic_refresh_white_48px"
|
||||
android:title="@string/reload"
|
||||
app:showAsAction="always"/>
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
<item
|
||||
android:id="@+id/nav_profile"
|
||||
android:icon="@drawable/ic_person_black_24dp"
|
||||
android:icon="@drawable/ic_person_black_48px"
|
||||
android:title="@string/nav_profile" />
|
||||
|
||||
<item
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
<item
|
||||
android:id="@+id/action_reload"
|
||||
android:icon="@drawable/ic_sync_white_24dp"
|
||||
android:icon="@drawable/ic_refresh_white_48px"
|
||||
android:orderInCategory="100"
|
||||
android:title="@string/reload"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue