Skip to content

Commit c89057e

Browse files
committed
enhanced dialog close button
1 parent 3dc0bb4 commit c89057e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="127.62dp"
3+
android:height="127.62dp"
4+
android:viewportWidth="127.62"
5+
android:viewportHeight="127.62">
6+
<path
7+
android:fillColor="#FFFFFFFF"
8+
android:pathData="M87.28,2.03H40.34c-21.13,0 -38.31,17.19 -38.31,38.31v46.94c0,21.13 17.19,38.32 38.31,38.32h46.94c21.13,0 38.31,-17.19 38.31,-38.32V40.34C125.6,19.21 108.41,2.03 87.28,2.03z"/>
9+
</vector>

app/src/main/res/layout/yantra_launcher_dialog_container.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
android:id="@+id/closeButton"
3030
android:layout_width="25dp"
3131
android:layout_height="25dp"
32-
android:background="@null"
32+
android:background="@drawable/exit_button_bg"
3333
android:scaleType="fitXY"
3434
android:src="@drawable/ic_close"
3535
app:layout_constraintEnd_toEndOf="parent"

0 commit comments

Comments
 (0)