Skip to content

Commit 05a6991

Browse files
committed
layout: Compress settings to a single bar
1 parent 63155c5 commit 05a6991

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
app:layout_scrollFlags="enterAlways"
2222
app:popupTheme="@style/AppTheme.PopupOverlay">
2323

24-
</android.support.v7.widget.Toolbar>
24+
<android.support.design.widget.TabLayout
25+
android:id="@+id/tabs"
26+
android:layout_width="wrap_content"
27+
android:layout_height="wrap_content" />
2528

26-
<android.support.design.widget.TabLayout
27-
android:id="@+id/tabs"
28-
android:layout_width="match_parent"
29-
android:layout_height="wrap_content" />
29+
</android.support.v7.widget.Toolbar>
3030

3131
</android.support.design.widget.AppBarLayout>
3232

0 commit comments

Comments
 (0)