| | |
| | | > |
| | | <TextView |
| | | android:id="@+id/tv_basic_info" |
| | | android:layout_width="wrap_content" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="30dp" |
| | | android:gravity="center" |
| | | android:text="基本信息" |
| | |
| | | android:layout_height="0.3dp" |
| | | android:background="#FF939393" |
| | | /> |
| | | <TextView |
| | | android:id="@+id/tv_permission_setting" |
| | | android:layout_width="wrap_content" |
| | | <androidx.appcompat.widget.AppCompatTextView |
| | | android:id="@+id/tv_change_login_bg" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="30dp" |
| | | android:text="权限设置" |
| | | android:text="登录页背景更换" |
| | | android:gravity="center" |
| | | android:textColor="#FF333333" |
| | | android:textSize="12sp" |
| | | app:autoSizeMaxTextSize="12sp" |
| | | app:autoSizeMinTextSize="8sp" |
| | | app:autoSizeStepGranularity="1sp" |
| | | app:autoSizeTextType="uniform" |
| | | /> |
| | | </LinearLayout> |
| | | |