Commit b308154a authored by 王海's avatar 王海

修改登录UI

parent 2095da81
...@@ -92,7 +92,6 @@ public class SplashActivity extends BaseActivity<com.xingdata.zzdpos.ui.splash.S ...@@ -92,7 +92,6 @@ public class SplashActivity extends BaseActivity<com.xingdata.zzdpos.ui.splash.S
@Override @Override
protected void onDestroy() { protected void onDestroy() {
super.onDestroy(); super.onDestroy();
} }
} }
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
<View <View
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="@dimen/all_line_width" android:layout_height="@dimen/all_line_width"
android:background="@drawable/red_border"></View> android:background="@color/gray_huanggai"></View>
<TextView <TextView
android:layout_width="match_parent" android:layout_width="match_parent"
......
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
android:id="@+id/tv_status" android:id="@+id/tv_status"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="2"
android:text="启用状态:" android:text="启用状态:"
android:textColor="@color/black_baozheng" android:textColor="@color/black_baozheng"
android:textSize="@dimen/et_textsize"/> android:textSize="@dimen/et_textsize"/>
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
<RadioGroup <RadioGroup
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="5"
android:checkedButton="@id/rb_suspended" android:checkedButton="@id/rb_suspended"
android:orientation="horizontal"> android:orientation="horizontal">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment