From ffa3cefa6741184e159b698ae034ab19a55be9af Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 30 Jul 2018 22:38:58 +0200 Subject: Style: use attrs from appcompat rather than from frameworks This isn't possible for colorForeground, colorBackground, textAppearanceMedium, but at least it's useful for some things here. Signed-off-by: Jason A. Donenfeld --- app/src/main/res/layout-sw600dp/main_activity.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res/layout-sw600dp') diff --git a/app/src/main/res/layout-sw600dp/main_activity.xml b/app/src/main/res/layout-sw600dp/main_activity.xml index b751c8c1..36f9eaff 100644 --- a/app/src/main/res/layout-sw600dp/main_activity.xml +++ b/app/src/main/res/layout-sw600dp/main_activity.xml @@ -5,7 +5,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:baselineAligned="false" - android:divider="?android:attr/dividerHorizontal" + android:divider="?attr/dividerHorizontal" android:orientation="horizontal" android:showDividers="middle" tools:context=".activity.MainActivity"> -- cgit v1.2.3