UI调整
This commit is contained in:
parent
f62606bd96
commit
1ed84b8b79
|
|
@ -5,12 +5,25 @@
|
||||||
android:background="@drawable/white_radius10"
|
android:background="@drawable/white_radius10"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
|
|
||||||
|
<TextView
|
||||||
|
android:id="@+id/tv_airkiss"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="50dp"
|
||||||
|
android:gravity="center"
|
||||||
|
android:text="一键联网"
|
||||||
|
android:textColor="#3E3A39"
|
||||||
|
android:textSize="16sp" />
|
||||||
|
|
||||||
|
<View
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="0.5dp"
|
||||||
|
android:background="#efedee" />
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_smartConfig"
|
android:id="@+id/tv_smartConfig"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="50dp"
|
android:layout_height="50dp"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:text="智能联网"
|
android:text="快捷联网"
|
||||||
android:textColor="#3E3A39"
|
android:textColor="#3E3A39"
|
||||||
android:textSize="16sp" />
|
android:textSize="16sp" />
|
||||||
|
|
||||||
|
|
@ -33,20 +46,6 @@
|
||||||
android:layout_height="0.5dp"
|
android:layout_height="0.5dp"
|
||||||
android:background="#efedee" />
|
android:background="#efedee" />
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:id="@+id/tv_airkiss"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="50dp"
|
|
||||||
android:gravity="center"
|
|
||||||
android:text="AirKiss一键联网"
|
|
||||||
android:textColor="#3E3A39"
|
|
||||||
android:textSize="16sp" />
|
|
||||||
|
|
||||||
<View
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="0.5dp"
|
|
||||||
android:background="#efedee" />
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_cancel"
|
android:id="@+id/tv_cancel"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue