diff options
author | Jeremy Klein <jlklein@google.com> | 2015-08-18 17:44:31 -0700 |
---|---|---|
committer | Jeremy Klein <jlklein@google.com> | 2015-08-20 10:55:10 -0700 |
commit | c3eb93ff1a7e119002b2532ed4687642d47c607b (patch) | |
tree | c9bb6891605216af86083285fe24440751adda3e /app/src/main/res/layout-large | |
parent | 98979cf93c4f8ae6006ee50dde20a3a2cc83b6c9 (diff) | |
download | connectbot-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.xml | 2 |
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" |