From a2bf1b0f128974e8173f3b94058b8f1bc39c5a5f Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Thu, 3 Sep 2015 16:16:16 -0700 Subject: Fix tablet specific layout lint errors Fewer lint errors are needed to bypass the CI's lint error limit, so fix these low-hanging fruit. --- app/src/main/res/layout-large/act_console.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'app/src') diff --git a/app/src/main/res/layout-large/act_console.xml b/app/src/main/res/layout-large/act_console.xml index d0ad41b..6e7ab14 100644 --- a/app/src/main/res/layout-large/act_console.xml +++ b/app/src/main/res/layout-large/act_console.xml @@ -21,6 +21,7 @@ @@ -29,7 +30,8 @@ android:id="@+id/toolbar" android:layout_width="match_parent" android:layout_height="wrap_content" - android:theme="@style/Theme.AppCompat.Light.DarkActionBar"/> + android:theme="@style/Theme.AppCompat.Light.DarkActionBar" + tools:ignore="InconsistentLayout"/> + app:tabIndicatorColor="@android:color/white" + tools:ignore="InconsistentLayout"/>