diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-12-19 08:27:33 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-12-19 08:27:33 +0000 |
commit | f0c04a2f6d5b848da159702e7800d22ccb16f71b (patch) | |
tree | 365809cc337be70366661f01429c7835a9be5eec /app/src/main/res/layout | |
parent | 9b4f35f42cd0c10f97a8ad7b4becdee5f810ea48 (diff) | |
download | infinity-for-reddit-f0c04a2f6d5b848da159702e7800d22ccb16f71b.tar infinity-for-reddit-f0c04a2f6d5b848da159702e7800d22ccb16f71b.tar.gz infinity-for-reddit-f0c04a2f6d5b848da159702e7800d22ccb16f71b.tar.bz2 infinity-for-reddit-f0c04a2f6d5b848da159702e7800d22ccb16f71b.tar.lz infinity-for-reddit-f0c04a2f6d5b848da159702e7800d22ccb16f71b.tar.xz infinity-for-reddit-f0c04a2f6d5b848da159702e7800d22ccb16f71b.tar.zst infinity-for-reddit-f0c04a2f6d5b848da159702e7800d22ccb16f71b.zip |
Change icon for subscriptions. Fixed wrong margin in bottom app bar.
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/app_bar_main.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/src/main/res/layout/app_bar_main.xml b/app/src/main/res/layout/app_bar_main.xml index b658e99b..9185d505 100644 --- a/app/src/main/res/layout/app_bar_main.xml +++ b/app/src/main/res/layout/app_bar_main.xml @@ -69,9 +69,7 @@ android:id="@+id/linear_layout_bottom_app_bar_main_activity" android:layout_width="match_parent" android:layout_height="wrap_content" - android:weightSum="3" - android:paddingStart="0dp" - android:paddingEnd="16dp"> + android:weightSum="3"> <TextView android:id="@+id/subscriptions_bottom_app_bar_main_activity" @@ -95,6 +93,7 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" + android:layout_marginEnd="16dp" android:gravity="center" android:drawableTop="@drawable/ic_multi_reddit_24dp" android:text="@string/multi_reddit_listing_activity" |