aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout-large
diff options
context:
space:
mode:
authorJeremy Klein <jlklein@google.com>2015-08-24 16:15:57 -0700
committerJeremy Klein <jlklein@google.com>2015-08-24 16:15:57 -0700
commit83d26d8eedb2deb37f1ea9d3eed9def7e9c9bf77 (patch)
treec733e85403f99798a42c940e38cf0b79b182b820 /app/src/main/res/layout-large
parent7a4d6f64dee5041d1cd6f22f2861cc217a44b70b (diff)
downloadconnectbot-83d26d8eedb2deb37f1ea9d3eed9def7e9c9bf77.tar.gz
connectbot-83d26d8eedb2deb37f1ea9d3eed9def7e9c9bf77.tar.bz2
connectbot-83d26d8eedb2deb37f1ea9d3eed9def7e9c9bf77.zip
Always align the tabs to the left in-line with the title
Diffstat (limited to 'app/src/main/res/layout-large')
-rw-r--r--app/src/main/res/layout-large/act_console.xml2
1 files changed, 2 insertions, 0 deletions
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"/>
<TextView