mirror of
https://github.com/SoPat712/TrackCovid19.git
synced 2025-08-21 18:28:46 -04:00
Workflow for srcCompat
This commit is contained in:
@@ -394,7 +394,7 @@
|
|||||||
android:layout_width="25dp"
|
android:layout_width="25dp"
|
||||||
android:layout_height="25dp"
|
android:layout_height="25dp"
|
||||||
android:layout_marginTop="1dp"
|
android:layout_marginTop="1dp"
|
||||||
android:src="@drawable/affcountries"
|
app:srcCompat="@drawable/affcountries"
|
||||||
android:adjustViewBounds="true"
|
android:adjustViewBounds="true"
|
||||||
app:layout_constraintStart_toStartOf="@+id/text_affectedCountriesName"
|
app:layout_constraintStart_toStartOf="@+id/text_affectedCountriesName"
|
||||||
app:layout_constraintTop_toTopOf="@+id/text_affectedCountriesData" />
|
app:layout_constraintTop_toTopOf="@+id/text_affectedCountriesData" />
|
||||||
@@ -410,7 +410,7 @@
|
|||||||
<ImageView
|
<ImageView
|
||||||
android:layout_width="25dp"
|
android:layout_width="25dp"
|
||||||
android:layout_height="25dp"
|
android:layout_height="25dp"
|
||||||
android:src="@drawable/recovered"
|
app:srcCompat="@drawable/recovered"
|
||||||
android:adjustViewBounds="true"
|
android:adjustViewBounds="true"
|
||||||
app:layout_constraintStart_toStartOf="@+id/text_recoveredName"
|
app:layout_constraintStart_toStartOf="@+id/text_recoveredName"
|
||||||
app:layout_constraintTop_toTopOf="@+id/text_recoveredData" />
|
app:layout_constraintTop_toTopOf="@+id/text_recoveredData" />
|
||||||
|
Reference in New Issue
Block a user