Skip to content

Commit 95778d6

Browse files
committed
see 06/02 log
1 parent 9f03de6 commit 95778d6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<TextView
3+
xmlns:android="http://schemas.android.com/apk/res/android"
4+
android:layout_width="wrap_content"
5+
android:layout_height="wrap_content"
6+
android:layout_gravity="center"
7+
android:background="@drawable/shape_toast_bg"
8+
android:drawableLeft="@mipmap/ic_launcher"
9+
android:drawablePadding="@dimen/spacing_16"
10+
android:gravity="center"
11+
android:padding="@dimen/spacing_16"
12+
android:text="@string/toast_custom_view"
13+
android:textColor="@color/white"
14+
android:textSize="@dimen/font_26"/>

0 commit comments

Comments
 (0)