aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout-large
diff options
context:
space:
mode:
authorJeremy Klein <jlklein@google.com>2015-08-18 17:44:31 -0700
committerJeremy Klein <jlklein@google.com>2015-08-20 10:55:10 -0700
commitc3eb93ff1a7e119002b2532ed4687642d47c607b (patch)
treec9bb6891605216af86083285fe24440751adda3e /app/src/main/res/layout-large
parent98979cf93c4f8ae6006ee50dde20a3a2cc83b6c9 (diff)
downloadconnectbot-c3eb93ff1a7e119002b2532ed4687642d47c607b.tar.gz
connectbot-c3eb93ff1a7e119002b2532ed4687642d47c607b.tar.bz2
connectbot-c3eb93ff1a7e119002b2532ed4687642d47c607b.zip
Remove ActionBarWrapper and style.xml files in favor of AppCompat.
The support libraries seem to provide better alternatives for everything in ActionBarWrapper and the style.xml definitions.
Diffstat (limited to 'app/src/main/res/layout-large')
-rw-r--r--app/src/main/res/layout-large/act_console.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout-large/act_console.xml b/app/src/main/res/layout-large/act_console.xml
index d735333..f62281b 100644
--- a/app/src/main/res/layout-large/act_console.xml
+++ b/app/src/main/res/layout-large/act_console.xml
@@ -37,7 +37,7 @@
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
app:tabIndicatorColor="@android:color/white"
- android:background="#222222"/>
+ android:background="?attr/colorPrimary"/>
<TextView
android:id="@android:id/empty"