Fix more colors

This commit is contained in:
h4h13 2019-12-26 20:15:02 +05:30
parent a94666c8bc
commit 49c2eca7dd
5 changed files with 8 additions and 16 deletions

View file

@ -3,6 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/colorSurface"
android:orientation="vertical">
<com.google.android.material.appbar.AppBarLayout
@ -92,7 +93,7 @@
android:gravity="center"
android:padding="12dp"
android:src="@drawable/ic_add_photo_white_24dp"
app:tint="?iconColor" />
app:tint="?android:attr/colorControlNormal" />
</FrameLayout>
</FrameLayout>