menu_details: Show uninstall button as action
Requested by people Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<item
|
||||
android:id="@+id/action_share"
|
||||
android:icon="@drawable/ic_share"
|
||||
@@ -27,7 +28,9 @@
|
||||
|
||||
<item
|
||||
android:id="@+id/action_uninstall"
|
||||
android:title="@string/action_uninstall" />
|
||||
android:icon="@drawable/ic_delete"
|
||||
android:title="@string/action_uninstall"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_download_manual"
|
||||
@@ -44,4 +47,4 @@
|
||||
<item
|
||||
android:id="@+id/action_playstore"
|
||||
android:title="@string/title_download_playstore" />
|
||||
</menu>
|
||||
</menu>
|
||||
|
||||
Reference in New Issue
Block a user