|
|
@@ -404,7 +404,6 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="25dp"
|
|
|
android:layout_marginEnd="25dp"
|
|
|
- android:layout_marginBottom="9dp"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<RelativeLayout
|
|
|
@@ -439,25 +438,38 @@
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_gravity="bottom"
|
|
|
- android:layout_marginStart="25dp"
|
|
|
- android:layout_marginEnd="25dp"
|
|
|
- android:layout_marginBottom="25dp"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <Button
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="bottom"
|
|
|
- android:background="@color/C000000"
|
|
|
- android:lineSpacingExtra="6sp"
|
|
|
- android:text="@string/confirm"
|
|
|
- android:textColor="@color/CFFFFFF"
|
|
|
- android:textSize="15sp"
|
|
|
- />
|
|
|
- </LinearLayout>
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginTop="35dp"
|
|
|
+ android:layout_marginStart="25dp"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
+ android:layout_marginBottom="25dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:weightSum="4">
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="bottom"
|
|
|
+ android:layout_marginEnd="4dp"
|
|
|
+ android:layout_weight="2"
|
|
|
+ android:background="@drawable/input_black_border"
|
|
|
+ android:text="@string/cancel"
|
|
|
+ />
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="bottom"
|
|
|
+ android:layout_marginStart="4dp"
|
|
|
+ android:layout_weight="2"
|
|
|
+ android:background="@color/C000000"
|
|
|
+ android:lineSpacingExtra="6sp"
|
|
|
+ android:text="@string/user_quit_request"
|
|
|
+ android:textColor="@color/CFFFFFF"
|
|
|
+ android:textSize="15sp"
|
|
|
+ />
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
|
</ScrollView>
|