From c3eb93ff1a7e119002b2532ed4687642d47c607b Mon Sep 17 00:00:00 2001 From: Jeremy Klein Date: Tue, 18 Aug 2015 17:44:31 -0700 Subject: 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. --- app/src/main/res/layout-large/act_console.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res/layout-large') 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"/>