Commit 63f4438a by sikang

update layout

parent 0a67db5c
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="280dp" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginBottom="50dp" android:layout_marginBottom="50dp"
android:background="@color/white" android:background="@color/white"
...@@ -8,25 +8,25 @@ ...@@ -8,25 +8,25 @@
android:padding="20dp"> android:padding="20dp">
<TextView <TextView
android:layout_width="280dp" android:layout_width="240dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/btn_read_agreemment" android:text="@string/btn_read_agreemment"
android:textSize="20dp" android:textSize="20dp"
android:textStyle="bold" /> android:textStyle="bold" />
<TextView <TextView
android:layout_width="280dp" android:layout_width="match_parent"
android:layout_height="1dp" android:layout_height="1dp"
android:layout_marginTop="10dp" android:layout_marginTop="10dp"
android:background="@color/color_line" /> android:background="@color/color_line" />
<ScrollView <ScrollView
android:layout_width="280dp" android:layout_width="match_parent"
android:scrollbars="none" android:scrollbars="none"
android:layout_height="wrap_content"> android:layout_height="wrap_content">
<LinearLayout <LinearLayout
android:layout_width="280dp" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingBottom="20dp" android:paddingBottom="20dp"
android:orientation="vertical"> android:orientation="vertical">
......
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