Blame view

res/layout/toastutils_view.xml 561 Bytes
90601e4f   黄灿宏   标准版本 1.扩展设备10 增...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  <?xml version="1.0" encoding="utf-8"?>
  <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
      android:layout_width="match_parent"
      android:layout_height="match_parent"
      android:background="#bdda3b"
      android:orientation="vertical">
  
      <TextView
          android:id="@+id/poptext"
          android:layout_width="match_parent"
          android:layout_height="match_parent"
          android:gravity="center"
          android:textColor="#ffffff"
          android:textSize="@dimen/sp_18"
          android:textStyle="bold"/>
  
  </LinearLayout>