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>

View file

@ -4,6 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/colorSurface"
android:orientation="vertical">
<com.google.android.material.appbar.AppBarLayout
@ -105,8 +106,8 @@
android:layout_margin="16dp"
android:gravity="center"
android:padding="12dp"
app:tint="?attr/colorControlNormal"
android:src="@drawable/ic_add_photo_white_24dp" />
android:src="@drawable/ic_add_photo_white_24dp"
app:tint="?attr/colorControlNormal" />
</FrameLayout>
<com.google.android.material.textfield.TextInputLayout

View file

@ -3,15 +3,10 @@
<attr name="roundSelector" format="reference" />
<attr name="rectSelector" format="reference" />
<attr name="defaultFooterColor" format="color" />
<attr name="toolbarPopupTheme" format="reference" />
<attr name="iconColor" format="color" />
<attr name="dividerColor" format="color" />
<declare-styleable name="BlurLayout">
<attr name="blk_downscaleFactor" format="float" />
<attr name="blk_blurRadius" format="integer" />