mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 18:30:50 +02:00
Create a appmenu to be opened by three dots
This menu is located in the `ChooseActivity`, helps managing apps (info / delete)
This commit is contained in:
parent
7b623e97d8
commit
f40cee392e
5 changed files with 40 additions and 10 deletions
7
app/src/main/res/menu/menu_app.xml
Normal file
7
app/src/main/res/menu/menu_app.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:id="@+id/app_menu_delete"
|
||||
android:title="Delete" />
|
||||
<item android:id="@+id/app_menu_info"
|
||||
android:title="Info" />
|
||||
</menu>
|
Loading…
Add table
Add a link
Reference in a new issue