diff options
author | Samuel Holland <samuel@sholland.org> | 2017-08-13 07:24:03 -0500 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2017-08-13 07:24:03 -0500 |
commit | 5e55d196be092f4a4dcb212cf09d7a1bdab70e00 (patch) | |
tree | eb765a1b961fefdaa7ddc3cfae9cb83a09e0c031 /app/src/main/res/menu/config_detail.xml | |
parent | c72d30a1af8114ef506a137e3e7274ac33d82bd1 (diff) |
Major renaming and refactoring in activity and service
Apparently "configuration" is the proper term, not "profile".
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res/menu/config_detail.xml')
-rw-r--r-- | app/src/main/res/menu/config_detail.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/menu/config_detail.xml b/app/src/main/res/menu/config_detail.xml new file mode 100644 index 00000000..c00c1603 --- /dev/null +++ b/app/src/main/res/menu/config_detail.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<menu xmlns:android="http://schemas.android.com/apk/res/android"> + <item + android:id="@+id/menu_action_edit" + android:alphabeticShortcut="e" + android:icon="@drawable/ic_action_edit" + android:showAsAction="always" + android:title="@string/edit" /> +</menu> |