diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-05-08 18:01:47 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-05-08 18:01:47 -0600 |
commit | 2c540ef7ce473fbd681c42959a51224be4784eb7 (patch) | |
tree | 634a6cd2e8993496445a611f484c1e2da07bcc23 /app/src/main/res/menu | |
parent | fc908199f136acd2a5030e5085f024857cd2cfb5 (diff) | |
download | wiimmfi-watcher-2c540ef7ce473fbd681c42959a51224be4784eb7.tar wiimmfi-watcher-2c540ef7ce473fbd681c42959a51224be4784eb7.tar.gz wiimmfi-watcher-2c540ef7ce473fbd681c42959a51224be4784eb7.tar.bz2 |
added about fragment
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r-- | app/src/main/res/menu/top_app_bar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/menu/top_app_bar.xml b/app/src/main/res/menu/top_app_bar.xml index 333c537..845eaf4 100644 --- a/app/src/main/res/menu/top_app_bar.xml +++ b/app/src/main/res/menu/top_app_bar.xml @@ -2,7 +2,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto"> <item - android:id="@+id/favorite" + android:id="@+id/about_button" android:icon="@drawable/ic_baseline_info_24" android:title="About" app:showAsAction="ifRoom" /> |