| | |
| | | app:autoSizeMinTextSize="16sp" |
| | | android:textStyle="bold" |
| | | android:layout_marginHorizontal="20dp" |
| | | tools:text="标题" /> |
| | | 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: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" |