|
@@ -219,6 +219,48 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
+ tools:ignore="MissingConstraints">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_cash_vis"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_margin="@dimen/dp_8"
|
|
|
+ android:text="@string/cash_pay"
|
|
|
+ android:textColor="#333"
|
|
|
+ android:textSize="@dimen/sp_14"
|
|
|
+ android:textStyle="bold" />
|
|
|
+
|
|
|
+ <RadioGroup
|
|
|
+ android:id="@+id/rg_cash_vis"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <RadioButton
|
|
|
+ android:id="@+id/rb_cash_vis_yes"
|
|
|
+ android:layout_width="@dimen/dp_60"
|
|
|
+ android:layout_height="@dimen/dp_26"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="@string/show_data"
|
|
|
+ android:textColor="#576478"
|
|
|
+ android:textSize="@dimen/sp_8" />
|
|
|
+
|
|
|
+ <RadioButton
|
|
|
+ android:id="@+id/rb_cash_vis_no"
|
|
|
+ android:layout_width="@dimen/dp_60"
|
|
|
+ android:layout_height="@dimen/dp_26"
|
|
|
+ android:layout_marginLeft="@dimen/dp_20"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="@string/hide_data"
|
|
|
+ android:textColor="#576478"
|
|
|
+ android:textSize="@dimen/sp_8" />
|
|
|
+ </RadioGroup>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_abroad_pay_setting"
|
|
@@ -483,48 +525,6 @@
|
|
|
android:textSize="@dimen/sp_8" />
|
|
|
</RadioGroup>
|
|
|
</LinearLayout>
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical"
|
|
|
- tools:ignore="MissingConstraints">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_cash_vis"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_margin="@dimen/dp_8"
|
|
|
- android:text="@string/cash_pay"
|
|
|
- android:textColor="#333"
|
|
|
- android:textSize="@dimen/sp_14"
|
|
|
- android:textStyle="bold" />
|
|
|
-
|
|
|
- <RadioGroup
|
|
|
- android:id="@+id/rg_cash_vis"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <RadioButton
|
|
|
- android:id="@+id/rb_cash_vis_yes"
|
|
|
- android:layout_width="@dimen/dp_60"
|
|
|
- android:layout_height="@dimen/dp_26"
|
|
|
- android:gravity="center"
|
|
|
- android:text="@string/show_data"
|
|
|
- android:textColor="#576478"
|
|
|
- android:textSize="@dimen/sp_8" />
|
|
|
-
|
|
|
- <RadioButton
|
|
|
- android:id="@+id/rb_cash_vis_no"
|
|
|
- android:layout_width="@dimen/dp_60"
|
|
|
- android:layout_height="@dimen/dp_26"
|
|
|
- android:layout_marginLeft="@dimen/dp_20"
|
|
|
- android:gravity="center"
|
|
|
- android:text="@string/hide_data"
|
|
|
- android:textColor="#576478"
|
|
|
- android:textSize="@dimen/sp_8" />
|
|
|
- </RadioGroup>
|
|
|
- </LinearLayout>
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
|
|