|
|
@@ -1,45 +1,11 @@
|
|
|
<?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="@color/gray_bg"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/v_video"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="11dp"
|
|
|
- android:background="@mipmap/ic_clock_rules_bg" />
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="11dp"
|
|
|
- android:background="@color/white"
|
|
|
- android:orientation="vertical"
|
|
|
- android:paddingLeft="15dp"
|
|
|
- android:paddingTop="29dp"
|
|
|
- android:paddingRight="15dp"
|
|
|
- android:paddingBottom="24dp">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="这里是周结打卡细则:"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="@dimen/px54_18sp" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_rules"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
- android:text="1,这里是规则明细;1,这里是规则明细;1,这里是规则明细;1,这里是规则明细;1,这里是规则明细;1,这里是规则明细;1,这里是规则明细;"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="@dimen/px48_16sp" />
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
+<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+android:layout_width="match_parent"
|
|
|
+android:layout_height="match_parent">
|
|
|
|
|
|
+<View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@mipmap/ic_clock_rules" />
|
|
|
|
|
|
-</LinearLayout>
|
|
|
+</ScrollView>
|