Added - relatable dialog text.
This commit is contained in:
BIN
app/src/main/res/drawable/logo.png
Normal file
BIN
app/src/main/res/drawable/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
@@ -77,19 +77,11 @@
|
|||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:orientation="horizontal">
|
android:orientation="horizontal">
|
||||||
|
|
||||||
<androidx.cardview.widget.CardView
|
<ImageView
|
||||||
android:layout_width="wrap_content"
|
android:id="@+id/appLogo"
|
||||||
android:layout_height="wrap_content"
|
android:layout_width="58dp"
|
||||||
app:cardCornerRadius="10dp"
|
android:layout_height="58dp"
|
||||||
android:background="#00000000"
|
android:src="@drawable/logo" />
|
||||||
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
|
<LinearLayout
|
||||||
|
|||||||
Reference in New Issue
Block a user