aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-08-24 17:10:12 -0700
committerKenny Root <kenny@the-b.org>2015-08-24 17:10:12 -0700
commita2232aae9e4d79f79a56e23d026ee0f03ff18792 (patch)
treec733e85403f99798a42c940e38cf0b79b182b820
parent7a4d6f64dee5041d1cd6f22f2861cc217a44b70b (diff)
parent83d26d8eedb2deb37f1ea9d3eed9def7e9c9bf77 (diff)
downloadconnectbot-a2232aae9e4d79f79a56e23d026ee0f03ff18792.tar.gz
connectbot-a2232aae9e4d79f79a56e23d026ee0f03ff18792.tar.bz2
connectbot-a2232aae9e4d79f79a56e23d026ee0f03ff18792.zip
Merge pull request #149 from jklein24/alignleft
Always align the tabs to the left in-line with the title
-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