mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Fix icon used in welcome layout (#39)
Co-authored-by: Jacques Foucry <github@foucry.net>
This commit is contained in:
parent
e92315c0ad
commit
406bb37aa9
1 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,7 @@
|
||||||
android:layout_width="@dimen/img_width_height"
|
android:layout_width="@dimen/img_width_height"
|
||||||
android:layout_height="@dimen/img_width_height"
|
android:layout_height="@dimen/img_width_height"
|
||||||
android:contentDescription="@string/the_plus_icon"
|
android:contentDescription="@string/the_plus_icon"
|
||||||
app:srcCompat="@drawable/ic_add_circle_black_24dp" />
|
android:src="@drawable/ic_add" />
|
||||||
|
|
||||||
<com.google.android.material.textview.MaterialTextView
|
<com.google.android.material.textview.MaterialTextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
|
Loading…
Reference in a new issue