修改toat样试
This commit is contained in:
26
common/src/main/res/layout/toast_utils.xml
Normal file
26
common/src/main/res/layout/toast_utils.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:orientation="vertical"
|
||||
android:layout_gravity="center"
|
||||
android:background="@mipmap/bg_lwhqz">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/ErrorTips"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:text="@string/gift_way"
|
||||
android:textColor="#FFFFFF"
|
||||
android:textSize="13sp"
|
||||
android:layout_marginLeft="3dp"
|
||||
android:layout_marginRight="3dp"
|
||||
android:ellipsize="end"/>
|
||||
|
||||
</LinearLayout>
|
||||
</FrameLayout>
|
||||
BIN
common/src/main/res/mipmap-xxhdpi/bg_lwhqz.png
Normal file
BIN
common/src/main/res/mipmap-xxhdpi/bg_lwhqz.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user