|
@ -33,10 +33,11 @@ |
|
|
|
|
|
|
|
|
<ImageView |
|
|
<ImageView |
|
|
android:id="@+id/imageViewLogo" |
|
|
android:id="@+id/imageViewLogo" |
|
|
android:layout_width="40dp" |
|
|
|
|
|
android:layout_height="40dp" |
|
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="match_parent" |
|
|
android:layout_gravity="center" |
|
|
android:layout_gravity="center" |
|
|
android:src="@drawable/ic_login_logo" |
|
|
|
|
|
|
|
|
android:src="@drawable/logo" |
|
|
|
|
|
android:scaleType="fitXY" |
|
|
android:contentDescription="@string/app_logo" /> |
|
|
android:contentDescription="@string/app_logo" /> |
|
|
|
|
|
|
|
|
</androidx.cardview.widget.CardView> |
|
|
</androidx.cardview.widget.CardView> |
|
|