Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 8dab1db

Browse files
sashafiercetimabbott
authored andcommitted
Fixes #206: Visibility of Toolbar on devices with api levels 19 or below
1 parent bc5a25f commit 8dab1db

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

app/src/main/res/layout/main.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
android:layout_height="match_parent"
1212
android:fitsSystemWindows="true">
1313

14+
<FrameLayout
15+
android:id="@+id/list_fragment_container"
16+
android:layout_width="match_parent"
17+
android:layout_height="match_parent" />
18+
1419
<android.support.design.widget.AppBarLayout
1520
android:id="@+id/appBarLayout"
1621
android:layout_width="match_parent"
@@ -24,10 +29,7 @@
2429

2530
</android.support.design.widget.AppBarLayout>
2631

27-
<FrameLayout
28-
android:id="@+id/list_fragment_container"
29-
android:layout_width="match_parent"
30-
android:layout_height="match_parent" />
32+
3133

3234
<com.zulip.android.util.SwipeRemoveLinearLayout
3335
android:id="@+id/messageBoxContainer"

0 commit comments

Comments
 (0)