保险服务优化
This commit is contained in:
@@ -64,13 +64,30 @@
|
||||
android:layout_marginTop="@dimen/dp_10"
|
||||
android:text="@string/txt_renewal_year"
|
||||
android:textSize="@dimen/textSize14"
|
||||
app:typeface="@string/roboto_bold_font" />
|
||||
app:typeface="@string/roboto_regular_font" />
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_1"
|
||||
android:layout_below="@id/tv_sure_subscribe_plan_underused"
|
||||
android:layout_marginTop="@dimen/dp_10"
|
||||
android:background="@color/block_color" />
|
||||
|
||||
<com.abbidot.tracker.widget.TypefaceTextView
|
||||
android:id="@+id/tv_sure_subscribe_plan_money_sum"
|
||||
style="@style/my_TextView_style_v2"
|
||||
android:layout_below="@id/tv_sure_subscribe_plan_underused"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_marginTop="@dimen/dp_20"
|
||||
android:text="@string/txt_money_unit"
|
||||
android:textColor="@color/select_color"
|
||||
android:textStyle="bold" />
|
||||
|
||||
<com.abbidot.tracker.widget.TypefaceTextView
|
||||
android:id="@+id/tv_sure_subscribe_plan_terms_conditions"
|
||||
style="@style/my_TextView_style_v2"
|
||||
android:layout_below="@id/tv_sure_subscribe_plan_underused"
|
||||
android:layout_marginTop="@dimen/dp_10"
|
||||
android:layout_alignTop="@id/tv_sure_subscribe_plan_money_sum"
|
||||
android:layout_alignBottom="@id/tv_sure_subscribe_plan_money_sum"
|
||||
android:text="@string/txt_terms_conditions_v2"
|
||||
android:textColor="@color/select_color"
|
||||
android:textSize="@dimen/textSize14"
|
||||
|
||||
Reference in New Issue
Block a user