Fixed tiny theme colors

This commit is contained in:
hemanthStack 2019-12-12 12:19:33 +05:30
parent 02ee7571a8
commit eabfebe0c8
3 changed files with 3 additions and 22 deletions

View file

@ -4,7 +4,6 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?android:attr/windowBackground"
android:clickable="true"
android:focusable="true">
@ -23,7 +22,7 @@
android:id="@+id/masked"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?colorPrimary" />
android:background="?attr/colorSurface" />
<ProgressBar
android:id="@+id/progressBar"