Switched to vector drawables.
This commit is contained in:
parent
d2f62e868f
commit
906d0f504a
350 changed files with 561 additions and 209 deletions
|
|
@ -3,6 +3,7 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_margin="2dp"
|
||||
android:foreground="?attr/rectSelector">
|
||||
|
||||
|
|
@ -53,9 +54,9 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:paddingBottom="68dp"
|
||||
android:src="@drawable/ic_check_white_96dp"
|
||||
app:srcCompat="@drawable/ic_done_black_24dp"
|
||||
android:tint="?android:colorBackground"
|
||||
android:visibility="gone"
|
||||
tools:ignore="ContentDescription" />
|
||||
tools:ignore="ContentDescription,MissingPrefix" />
|
||||
|
||||
</FrameLayout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue