| | |
| | | android:orientation="vertical" |
| | | android:paddingTop="@dimen/dp_20"> |
| | | |
| | | <TextView |
| | | <androidx.appcompat.widget.AppCompatTextView |
| | | android:id="@+id/tv_ui_title" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_horizontal" |
| | | android:textColor="#DE000000" |
| | | android:textSize="20sp" |
| | | app:autoSizeTextType="uniform" |
| | | app:autoSizeMaxTextSize="20sp" |
| | | app:autoSizeMinTextSize="16sp" |
| | | android:textStyle="bold" |
| | | tools:text="标题" /> |
| | | android:layout_marginHorizontal="20dp" |
| | | tools:text="标题" |
| | | tools:visibility="visible" |
| | | /> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_content" |
| | | android:padding="10dp" |
| | | android:text="内容" |
| | | android:text="" |
| | | tools:text="内容" |
| | | android:gravity="center" |
| | | android:textColor="#FF757575" |
| | | android:textSize="16sp" |
| | |
| | | android:layout_weight="1" |
| | | android:focusable="true" |
| | | android:gravity="center" |
| | | android:paddingVertical="@dimen/dp_15" |
| | | android:paddingVertical="15dp" |
| | | android:text="取消" |
| | | android:textColor="#FFF83F39" |
| | | android:textSize="@dimen/sp_14" /> |
| | | android:textSize="@dimen/sp_14" |
| | | /> |
| | | |
| | | |
| | | <androidx.appcompat.widget.AppCompatTextView |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:background="@drawable/transparent_selector" |
| | | android:focusable="true" |
| | | android:gravity="center" |
| | | android:paddingVertical="15dp" |