Added - relatable dialog text.

This commit is contained in:
Binondi
2025-06-04 12:22:43 +05:30
parent 480a90b64c
commit e90e3c438f
2 changed files with 13 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -77,11 +77,19 @@
android:gravity="center_vertical"
android:orientation="horizontal">
<ImageView
android:id="@+id/appLogo"
android:layout_width="58dp"
android:layout_height="58dp"
android:src="@drawable/logo" />
<androidx.cardview.widget.CardView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:cardCornerRadius="10dp"
android:background="#00000000"
android:backgroundTint="#00000000"
app:cardElevation="0dp">
<ImageView
android:id="@+id/appLogo"
android:layout_width="48dp"
android:layout_height="48dp"
android:src="@mipmap/ic_launcher" />
</androidx.cardview.widget.CardView>
<LinearLayout