Reversed some things from AMOLED update (#1015)

This commit is contained in:
Bram van de Kerkhof
2017-10-01 10:44:48 +02:00
committed by GitHub
parent eaece18afc
commit bfd46f28e0
6 changed files with 9 additions and 13 deletions

View File

@@ -8,7 +8,7 @@
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?colorPrimaryDark"
android:background="@color/colorPrimary"
android:scaleType="centerCrop"/>
<ImageView