|
|
@@ -1,9 +1,9 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<android.support.v4.widget.NestedScrollView
|
|
|
- android:id="@+id/scroll_view"
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
+ android:id="@+id/scroll_view"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="vertical">
|
|
|
@@ -218,7 +218,7 @@
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
android:orientation="horizontal"
|
|
|
>
|
|
|
|
|
|
@@ -233,10 +233,11 @@
|
|
|
android:src="@drawable/rectangle_c999999"/>
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentStart="true"
|
|
|
android:layout_alignParentTop="true"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
android:layout_marginStart="6dp"
|
|
|
android:layout_marginTop="0dp"
|
|
|
android:lineSpacingExtra="3sp"
|
|
|
@@ -304,10 +305,11 @@
|
|
|
android:src="@drawable/rectangle_c999999"/>
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentStart="true"
|
|
|
android:layout_alignParentTop="true"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
android:layout_marginStart="6dp"
|
|
|
android:layout_marginTop="0dp"
|
|
|
android:lineSpacingExtra="3sp"
|
|
|
@@ -343,10 +345,11 @@
|
|
|
android:src="@drawable/rectangle_c999999"/>
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentStart="true"
|
|
|
android:layout_alignParentTop="true"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
android:layout_marginStart="6dp"
|
|
|
android:layout_marginTop="0dp"
|
|
|
android:lineSpacingExtra="3sp"
|
|
|
@@ -402,10 +405,11 @@
|
|
|
android:src="@drawable/rectangle_c999999"/>
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentStart="true"
|
|
|
android:layout_alignParentTop="true"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
android:layout_marginStart="6dp"
|
|
|
android:layout_marginTop="0dp"
|
|
|
android:lineSpacingExtra="3sp"
|
|
|
@@ -440,10 +444,11 @@
|
|
|
android:src="@drawable/rectangle_c999999"/>
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentStart="true"
|
|
|
android:layout_alignParentTop="true"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
android:layout_marginStart="6dp"
|
|
|
android:layout_marginTop="0dp"
|
|
|
android:lineSpacingExtra="3sp"
|
|
|
@@ -472,8 +477,8 @@
|
|
|
android:layout_gravity="bottom"
|
|
|
android:layout_marginEnd="4dp"
|
|
|
android:layout_weight="2"
|
|
|
- android:lineSpacingExtra="0sp"
|
|
|
android:background="@drawable/input_black_border"
|
|
|
+ android:lineSpacingExtra="0sp"
|
|
|
android:text="@string/cancel"
|
|
|
/>
|
|
|
|