|
@@ -43,6 +43,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:button="@null"
|
|
|
android:drawableEnd="@drawable/bg_radio"
|
|
|
+ android:paddingVertical="14dp"
|
|
|
android:gravity="center_vertical"
|
|
|
android:orientation="horizontal"
|
|
|
android:text="Contains sexual content"
|
|
@@ -52,13 +53,13 @@
|
|
|
<include
|
|
|
layout="@layout/view_line"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:layout_marginVertical="14dp" />
|
|
|
+ android:layout_height="1dp" />
|
|
|
|
|
|
<RadioButton
|
|
|
android:id="@+id/links"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:paddingVertical="14dp"
|
|
|
android:button="@null"
|
|
|
android:drawableEnd="@drawable/bg_radio"
|
|
|
android:gravity="center_vertical"
|
|
@@ -70,8 +71,7 @@
|
|
|
<include
|
|
|
layout="@layout/view_line"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:layout_marginVertical="14dp" />
|
|
|
+ android:layout_height="1dp" />
|
|
|
|
|
|
<RadioButton
|
|
|
android:id="@+id/not"
|
|
@@ -79,6 +79,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:button="@null"
|
|
|
android:drawableEnd="@drawable/bg_radio"
|
|
|
+ android:paddingVertical="14dp"
|
|
|
android:gravity="center_vertical"
|
|
|
android:orientation="horizontal"
|
|
|
android:text="Not real information"
|
|
@@ -88,14 +89,14 @@
|
|
|
<include
|
|
|
layout="@layout/view_line"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:layout_marginVertical="14dp" />
|
|
|
+ android:layout_height="1dp" />
|
|
|
|
|
|
<RadioButton
|
|
|
android:id="@+id/behavior"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:button="@null"
|
|
|
+ android:paddingVertical="14dp"
|
|
|
android:drawableEnd="@drawable/bg_radio"
|
|
|
android:gravity="center_vertical"
|
|
|
android:orientation="horizontal"
|
|
@@ -106,13 +107,13 @@
|
|
|
<include
|
|
|
layout="@layout/view_line"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:layout_marginVertical="14dp" />
|
|
|
+ android:layout_height="1dp" />
|
|
|
|
|
|
<RadioButton
|
|
|
android:id="@+id/threat"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:paddingVertical="14dp"
|
|
|
android:button="@null"
|
|
|
android:drawableEnd="@drawable/bg_radio"
|
|
|
android:gravity="center_vertical"
|
|
@@ -124,8 +125,7 @@
|
|
|
<include
|
|
|
layout="@layout/view_line"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:layout_marginVertical="14dp" />
|
|
|
+ android:layout_height="1dp" />
|
|
|
|
|
|
<RadioButton
|
|
|
android:id="@+id/other"
|
|
@@ -135,6 +135,7 @@
|
|
|
android:drawableEnd="@drawable/bg_radio"
|
|
|
android:gravity="center_vertical"
|
|
|
android:orientation="horizontal"
|
|
|
+ android:paddingVertical="14dp"
|
|
|
android:text="Other violations"
|
|
|
android:textColor="#222222"
|
|
|
android:textSize="14sp" />
|
|
@@ -142,14 +143,12 @@
|
|
|
<include
|
|
|
layout="@layout/view_line"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:layout_marginVertical="14dp" />
|
|
|
+ android:layout_height="1dp" />
|
|
|
</RadioGroup>
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="5dp"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/group">
|
|
|
|
|
@@ -159,6 +158,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
android:text="Cancle"
|
|
|
+ android:paddingTop="20dp"
|
|
|
android:textColor="#05BCFF"
|
|
|
android:textSize="18sp"
|
|
|
android:textStyle="bold"
|
|
@@ -171,6 +171,7 @@
|
|
|
android:id="@+id/line"
|
|
|
android:layout_width="1dp"
|
|
|
android:layout_height="32dp"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
android:layout_marginHorizontal="50dp"
|
|
|
android:background="#F8F8F8"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
@@ -180,8 +181,9 @@
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/submit"
|
|
|
- android:layout_width="68dp"
|
|
|
- android:layout_height="22dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:paddingTop="20dp"
|
|
|
android:text="Submit"
|
|
|
android:textColor="#ffff02a7"
|
|
|
android:textSize="18sp"
|