diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-30 22:38:58 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-30 22:41:55 +0200 |
commit | ffa3cefa6741184e159b698ae034ab19a55be9af (patch) | |
tree | 34478c5cf3414e476f8dc7cc9861226afccdd326 /app/src/main/res/layout-sw600dp/main_activity.xml | |
parent | 8ec2cc8582084bc1072541bfc3012f30707f8c84 (diff) |
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 <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res/layout-sw600dp/main_activity.xml')
-rw-r--r-- | app/src/main/res/layout-sw600dp/main_activity.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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"> |