| | |
| | | android:layout_marginTop="@dimen/dp_34" |
| | | android:layout_marginEnd="@dimen/dp_20" |
| | | android:layout_marginBottom="@dimen/dp_34" |
| | | android:gravity="center" |
| | | android:singleLine="false" |
| | | android:textColor="@color/text_030D1C" |
| | | app:layout_constraintBottom_toTopOf="@+id/dialog_confirm_bottom_line_ly" |
| | |
| | | android:id="@+id/dialog_cancel_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="@string/loading_取消" |
| | | android:text="@string/loading_cancel" |
| | | android:textColor="@color/text_7C8590" |
| | | android:textSize="@dimen/text_18" /> |
| | | |
| | |
| | | android:id="@+id/dialog_confirm_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="@string/loading_确认" |
| | | android:text="@string/loading_affirm" |
| | | android:textColor="@color/text_FF245EC3" |
| | | android:textSize="@dimen/text_18" /> |
| | | </LinearLayout> |