From d1de65101a3b19db7badc313e575e38c1ce1b468 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Thu, 12 Dec 2019 00:08:38 +0100 Subject: Make tab bar better on small devices, worse on large ... :/ --- main/src/ui/res/layout/main_activity.xml | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'main/src/ui/res/layout') diff --git a/main/src/ui/res/layout/main_activity.xml b/main/src/ui/res/layout/main_activity.xml index d47bacc5..b2fe2251 100644 --- a/main/src/ui/res/layout/main_activity.xml +++ b/main/src/ui/res/layout/main_activity.xml @@ -4,25 +4,27 @@ --> + xmlns:app="http://schemas.android.com/apk/res-auto" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="vertical"> + android:id="@+id/pager" + android:layout_width="match_parent" + android:layout_height="match_parent"> + /> -- cgit v1.2.3