修改背景色为白色
This commit is contained in:
parent
47feaf6e8f
commit
1512158527
|
@ -2,7 +2,7 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/gray"
|
||||
android:background="@color/white"
|
||||
tools:context=".Launcher" >
|
||||
|
||||
<ImageView
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/gray"
|
||||
android:background="@color/white"
|
||||
tools:context=".Launcher" >
|
||||
|
||||
<ImageView
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/gray"
|
||||
android:background="@color/white"
|
||||
tools:context=".Launcher" >
|
||||
|
||||
<ListView
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/gray"
|
||||
android:background="@color/white"
|
||||
tools:context=".Launcher" >
|
||||
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true"
|
||||
android:src="@drawable/ic_launcher"
|
||||
android:src="@drawable/share"
|
||||
android:contentDescription="@string/app_name"
|
||||
/>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/gray"
|
||||
android:background="@color/white"
|
||||
android:orientation="vertical" >
|
||||
|
||||
<LinearLayout
|
||||
|
@ -16,7 +16,8 @@
|
|||
android:id="@+id/et_phone"
|
||||
android:layout_width="0dip"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="2.0" />
|
||||
android:layout_weight="2.0"
|
||||
android:background="@null" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/btn_gain_smscode"
|
||||
|
@ -29,7 +30,8 @@
|
|||
<EditText
|
||||
android:id="@+id/et_phone_code"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@null" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/btn_validate"
|
||||
|
|
Loading…
Reference in New Issue