From 83d26d8eedb2deb37f1ea9d3eed9def7e9c9bf77 Mon Sep 17 00:00:00 2001 From: Jeremy Klein Date: Mon, 24 Aug 2015 16:15:57 -0700 Subject: Always align the tabs to the left in-line with the title --- app/src/main/res/layout-large/act_console.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/src/main') diff --git a/app/src/main/res/layout-large/act_console.xml b/app/src/main/res/layout-large/act_console.xml index 9b02b53..66f3d83 100644 --- a/app/src/main/res/layout-large/act_console.xml +++ b/app/src/main/res/layout-large/act_console.xml @@ -37,6 +37,8 @@ android:layout_height="wrap_content" android:background="?attr/colorPrimary" android:textAppearance="?android:attr/textAppearanceMedium" + app:tabMode="scrollable" + app:tabContentStart="60dp" app:tabIndicatorColor="@android:color/white"/>