diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-09-25 08:46:24 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-09-25 08:46:24 +0000 |
commit | 8764852f6e2c0b7896df9613200086af56f180ab (patch) | |
tree | 476de5848edacb5725e65c6720089b022b3d7c0c /app/src/main/res | |
parent | f33d4dbc61ef2f7967f9bf3ee80b2644eaf54aad (diff) | |
download | infinity-for-reddit-8764852f6e2c0b7896df9613200086af56f180ab.tar infinity-for-reddit-8764852f6e2c0b7896df9613200086af56f180ab.tar.gz infinity-for-reddit-8764852f6e2c0b7896df9613200086af56f180ab.tar.bz2 infinity-for-reddit-8764852f6e2c0b7896df9613200086af56f180ab.tar.lz infinity-for-reddit-8764852f6e2c0b7896df9613200086af56f180ab.tar.xz infinity-for-reddit-8764852f6e2c0b7896df9613200086af56f180ab.tar.zst infinity-for-reddit-8764852f6e2c0b7896df9613200086af56f180ab.zip |
Changing option count of the bottom app bar in MainActivity is available.
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/app_bar_main.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/app_bar_main.xml b/app/src/main/res/layout/app_bar_main.xml index 3f0b5c20..210988ad 100644 --- a/app/src/main/res/layout/app_bar_main.xml +++ b/app/src/main/res/layout/app_bar_main.xml @@ -125,6 +125,7 @@ android:background="?attr/selectableItemBackgroundBorderless" /> </LinearLayout> + </com.google.android.material.bottomappbar.BottomAppBar> <com.google.android.material.floatingactionbutton.FloatingActionButton |