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/drawable/list_item_background.xml | 6 +++--- app/src/main/res/layout-sw600dp/main_activity.xml | 2 +- app/src/main/res/layout/tunnel_editor_fragment.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/drawable/list_item_background.xml b/app/src/main/res/drawable/list_item_background.xml index d62f3237..6a69bcda 100644 --- a/app/src/main/res/drawable/list_item_background.xml +++ b/app/src/main/res/drawable/list_item_background.xml @@ -4,12 +4,12 @@ - + - + - + 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"> diff --git a/app/src/main/res/layout/tunnel_editor_fragment.xml b/app/src/main/res/layout/tunnel_editor_fragment.xml index 5a2bfe34..1020e34c 100644 --- a/app/src/main/res/layout/tunnel_editor_fragment.xml +++ b/app/src/main/res/layout/tunnel_editor_fragment.xml @@ -120,7 +120,7 @@