From e1835f066903a3ff69215e49c8cf0320657ebce0 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 16 Sep 2017 21:37:00 -0400 Subject: Wrap bottom bar layout with linearlayout (#296) * Wrap bottom bar layout with linearlayout * Update changelog --- .../main/res/layout/activity_main_bottom_tabs.xml | 68 +++++++++++++--------- app/src/main/res/xml/frost_changelog.xml | 2 +- docs/Changelog.md | 1 + 3 files changed, 41 insertions(+), 30 deletions(-) diff --git a/app/src/main/res/layout/activity_main_bottom_tabs.xml b/app/src/main/res/layout/activity_main_bottom_tabs.xml index e10a1cb9..09742387 100644 --- a/app/src/main/res/layout/activity_main_bottom_tabs.xml +++ b/app/src/main/res/layout/activity_main_bottom_tabs.xml @@ -1,36 +1,53 @@ - + android:orientation="vertical"> - + android:layout_height="0dp" + android:layout_weight="1" + android:fitsSystemWindows="true" + tools:context=".activities.MainActivity"> - + android:layout_height="wrap_content" + android:theme="@style/AppTheme.AppBarOverlay"> - + - + - + + + + + + + - + - diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 0e6bb252..8bf5826b 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -16,7 +16,7 @@ - + diff --git a/docs/Changelog.md b/docs/Changelog.md index 04fb2e5c..dcf8a357 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -5,6 +5,7 @@ * Add full support for messaging in overlays. We will dynamically launch new overlays when required to. * Prevent bad messenger intent from launching * Add toggle for recents feed. Aggressive loading removes extra posts that are not really recent, whereas disabling it will show exactly what you get on Facebook +* Add contextual menu items. Easily go to your full list of notifications or messages from the overlay. ## v1.4.13 * Prevent image loading from trimming too many characters -- cgit v1.2.3