Show sources pinned icons
This commit is contained in:
@@ -9,12 +9,6 @@
|
||||
android:title="@string/disable"
|
||||
app:showAsAction="ifRoom|withText" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_shortcut"
|
||||
android:icon="@drawable/ic_shortcut"
|
||||
android:title="@string/create_shortcut"
|
||||
app:showAsAction="ifRoom|withText" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_pin"
|
||||
android:icon="@drawable/ic_pin"
|
||||
@@ -27,6 +21,12 @@
|
||||
android:title="@string/unpin"
|
||||
app:showAsAction="ifRoom|withText" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_shortcut"
|
||||
android:icon="@drawable/ic_shortcut"
|
||||
android:title="@string/create_shortcut"
|
||||
app:showAsAction="ifRoom|withText" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_settings"
|
||||
android:icon="@drawable/ic_settings"
|
||||
|
||||
Reference in New Issue
Block a user