| | |
| | | xmlns:app="http://schemas.android.com/apk/res-auto" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:orientation="vertical" |
| | | android:background="#F5F5F5"> |
| | | android:background="#F5F5F5" |
| | | android:orientation="vertical"> |
| | | |
| | | <com.dayu.baselibrary.view.TitleBar |
| | | android:id="@+id/titleBar" |
| | |
| | | <TextView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="12dp" |
| | | android:text="基本信息" |
| | | android:textColor="#333333" |
| | | android:textSize="16sp" |
| | | android:textStyle="bold" |
| | | android:layout_marginBottom="12dp"/> |
| | | android:textStyle="bold" /> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/my_village" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="8dp" |
| | | android:orientation="horizontal" |
| | | android:visibility="gone" |
| | | android:layout_marginBottom="8dp"> |
| | | android:visibility="gone"> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="设备编号:" |
| | | android:textSize="@dimen/text_size" |
| | | android:textColor="#666666" /> |
| | | android:textColor="#666666" |
| | | android:textSize="@dimen/text_size" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/my_villageNum" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:textSize="@dimen/text_size" |
| | | android:textColor="#333333" /> |
| | | android:textColor="#333333" |
| | | android:textSize="@dimen/text_size" /> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="8dp"> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="用户名称:" |
| | | android:textColor="#666666" |
| | | android:textSize="@dimen/text_size" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/my_name" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:textColor="#333333" |
| | | android:textSize="@dimen/text_size" /> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="8dp"> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="手机号:" |
| | | android:textColor="#666666" |
| | | android:textSize="@dimen/text_size" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/my_phone" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:textColor="#333333" |
| | | android:textSize="@dimen/text_size" /> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="8dp" |
| | | android:orientation="horizontal"> |
| | | android:orientation="horizontal" |
| | | android:visibility="gone"> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | |
| | | android:id="@+id/my_waterPriceLL" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="horizontal"> |
| | | android:orientation="horizontal" |
| | | android:visibility="gone"> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | |
| | | <TextView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="12dp" |
| | | android:text="记录管理" |
| | | android:textColor="#333333" |
| | | android:textSize="16sp" |
| | | android:textStyle="bold" |
| | | android:layout_marginBottom="12dp"/> |
| | | android:textStyle="bold" /> |
| | | |
| | | <RelativeLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="12dp" |
| | | android:padding="8dp" |
| | | android:background="#F9F9F9"> |
| | | android:background="#F9F9F9" |
| | | android:padding="8dp"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/card_icon" |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginStart="8dp" |
| | | android:layout_toEndOf="@+id/card_icon" |
| | | android:layout_toStartOf="@+id/my_newCardOut" |
| | | android:layout_toEndOf="@+id/card_icon" |
| | | android:text="开卡记录" |
| | | android:textColor="#333333" |
| | | android:textSize="@dimen/text_size" /> |
| | |
| | | android:layout_centerVertical="true" |
| | | android:background="@drawable/rounded_button_bg" |
| | | android:paddingStart="12dp" |
| | | android:paddingEnd="12dp" |
| | | android:paddingTop="4dp" |
| | | android:paddingEnd="12dp" |
| | | android:paddingBottom="4dp" |
| | | android:text="导出记录" |
| | | android:textColor="@color/white" |
| | |
| | | <RelativeLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:padding="8dp" |
| | | android:background="#F9F9F9"> |
| | | android:background="#F9F9F9" |
| | | android:padding="8dp"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/recharge_icon" |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginStart="8dp" |
| | | android:layout_toEndOf="@+id/recharge_icon" |
| | | android:layout_toStartOf="@+id/my_rechargeOut" |
| | | android:layout_toEndOf="@+id/recharge_icon" |
| | | android:text="充值记录" |
| | | android:textColor="#333333" |
| | | android:textSize="@dimen/text_size" /> |
| | |
| | | android:layout_centerVertical="true" |
| | | android:background="@drawable/rounded_button_bg" |
| | | android:paddingStart="12dp" |
| | | android:paddingEnd="12dp" |
| | | android:paddingTop="4dp" |
| | | android:paddingEnd="12dp" |
| | | android:paddingBottom="4dp" |
| | | android:text="导出记录" |
| | | android:textColor="@color/white" |
| | |
| | | <TextView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="12dp" |
| | | android:text="系统设置" |
| | | android:textColor="#333333" |
| | | android:textSize="16sp" |
| | | android:textStyle="bold" |
| | | android:layout_marginBottom="12dp"/> |
| | | android:textStyle="bold" /> |
| | | |
| | | <RelativeLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | | android:layout_marginBottom="8dp"> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="退出登录" |
| | | android:textColor="#000000" |
| | | android:textSize="@dimen/text_size" /> |
| | | <ImageView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_alignParentEnd="true" |
| | | android:src="@drawable/ic_arrow_right"/> |
| | | </RelativeLayout> |
| | | |
| | | <TextView |
| | | android:id="@+id/sys_ip" |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="12dp" |
| | | android:background="#F9F9F9" |
| | | android:padding="12dp" |
| | | 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:layout_height="wrap_content" |
| | | android:layout_marginBottom="12dp" |
| | | android:background="#F9F9F9" |
| | | android:padding="12dp" |
| | | 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:layout_height="wrap_content" |
| | | android:layout_marginBottom="12dp" |
| | | android:background="#F9F9F9" |
| | | android:padding="12dp" |
| | | android:drawableStart="@android:drawable/ic_lock_lock" |
| | | android:drawablePadding="8dp" |
| | | android:drawableTint="#666666" |
| | | android:padding="12dp" |
| | | android:text="登录密码设置" |
| | | android:textColor="#333333" |
| | | android:textSize="@dimen/text_size" |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:background="#F9F9F9" |
| | | android:padding="12dp" |
| | | 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" |