mirror of
https://github.com/gsantner/dandelion
synced 2025-12-16 01:01:11 +01:00
Fix drawable lint issues
This commit is contained in:
parent
a96e91aefb
commit
d1d2d7b4d1
22 changed files with 805 additions and 408 deletions
|
|
@ -4,19 +4,4 @@
|
|||
tools:context="com.github.dfa.diaspora_android.activity.MainActivity"
|
||||
tools:ignore="AlwaysShowAction">
|
||||
|
||||
|
||||
<item
|
||||
android:id="@+id/action_search"
|
||||
android:icon="@drawable/ic_search_white_48px"
|
||||
android:orderInCategory="100"
|
||||
android:title="@string/action_search_by_tags_or_persons"
|
||||
app:showAsAction="always" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_compose"
|
||||
android:icon="@drawable/ic_mode_edit_white_48px"
|
||||
android:orderInCategory="200"
|
||||
android:title="@string/action_compose_new_post"
|
||||
app:showAsAction="always" />
|
||||
|
||||
</menu>
|
||||
|
|
|
|||
|
|
@ -4,6 +4,13 @@
|
|||
tools:context="com.github.dfa.diaspora_android.activity.MainActivity"
|
||||
tools:ignore="AlwaysShowAction">
|
||||
|
||||
<item
|
||||
android:id="@+id/action_search"
|
||||
android:icon="@drawable/ic_search_white_48px"
|
||||
android:orderInCategory="100"
|
||||
android:title="@string/action_search_by_tags_or_persons"
|
||||
app:showAsAction="always" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_notifications"
|
||||
android:icon="@drawable/ic_notifications_white_48px__layer"
|
||||
|
|
@ -61,4 +68,11 @@
|
|||
android:title="@string/conversations"
|
||||
app:showAsAction="always" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_compose"
|
||||
android:icon="@drawable/ic_mode_edit_white_48px"
|
||||
android:orderInCategory="200"
|
||||
android:title="@string/action_compose_new_post"
|
||||
app:showAsAction="always" />
|
||||
|
||||
</menu>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue