Skip to content

Commit 3faad22

Browse files
committed
1. Reduced padding of ToastMsg.
1 parent 261484c commit 3faad22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
android:fitsSystemWindows="false"
99
android:gravity="center"
1010
android:orientation="horizontal"
11-
android:padding="10dp"
11+
android:padding="5dp"
1212
tools:ignore="UseCompoundDrawables">
1313

1414
<ImageView

0 commit comments

Comments
 (0)