| | |
| | | android:src="@drawable/ic_arrow_right"/> |
| | | </RelativeLayout> |
| | | |
| | | <TextView |
| | | android:id="@+id/sys_ip" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="12dp" |
| | | android:background="#F9F9F9" |
| | | android:drawableStart="@android:drawable/ic_menu_manage" |
| | | android:drawablePadding="8dp" |
| | | android:drawableTint="#666666" |
| | | android:padding="12dp" |
| | | android:text="IP设置" |
| | | android:textColor="#333333" |
| | | android:textSize="@dimen/text_size" |
| | | android:visibility="gone" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/card_replacement" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="12dp" |
| | | android:background="#F9F9F9" |
| | | android:drawableStart="@android:drawable/ic_menu_edit" |
| | | android:drawablePadding="8dp" |
| | | android:drawableTint="#666666" |
| | | android:padding="12dp" |
| | | android:text="用户补卡" |
| | | android:textColor="#333333" |
| | | android:textSize="@dimen/text_size" |
| | | android:visibility="gone" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/my_psw" |
| | |
| | | android:textSize="@dimen/text_size" |
| | | android:visibility="gone" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/my_testConnect" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:background="#F9F9F9" |
| | | android:drawableStart="@android:drawable/ic_menu_compass" |
| | | android:drawablePadding="8dp" |
| | | android:drawableTint="#666666" |
| | | android:padding="12dp" |
| | | android:text="未连接数据中心" |
| | | android:textColor="#333333" |
| | | android:textSize="@dimen/text_size" |
| | | android:visibility="gone" /> |
| | | |
| | | </LinearLayout> |
| | | </androidx.cardview.widget.CardView> |
| | | </LinearLayout> |