| | |
| | | android:id="@+id/issueListRL" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/item_height" |
| | | android:background="@drawable/my_item_ripple" |
| | | android:layout_below="@+id/headRL_top"> |
| | | |
| | | <TextView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/item_height" |
| | | android:background="@color/white" |
| | | |
| | | android:gravity="center_vertical" |
| | | android:paddingLeft="30dp" |
| | | android:text="问题列表" |
| | |
| | | android:id="@+id/inspectListRL" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/item_height" |
| | | android:layout_marginTop="1dp" |
| | | android:background="@drawable/my_item_ripple" |
| | | android:layout_below="@+id/issueListRL"> |
| | | |
| | | <TextView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/item_height" |
| | | android:background="@color/white" |
| | | android:gravity="center_vertical" |
| | | android:paddingLeft="30dp" |
| | | android:text="巡检记录" |
| | |
| | | </RelativeLayout> |
| | | |
| | | <RelativeLayout |
| | | android:id="@+id/passwordRL" |
| | | android:id="@+id/changePSRL" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/item_height" |
| | | android:background="@drawable/my_item_ripple" |
| | | android:layout_below="@+id/inspectListRL" |
| | | android:layout_marginTop="1dp"> |
| | | |
| | |
| | | android:id="@+id/refreshDataRL" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/item_height" |
| | | android:layout_below="@+id/passwordRL" |
| | | android:background="@drawable/my_item_ripple" |
| | | android:layout_below="@+id/changePSRL" |
| | | android:layout_marginTop="1dp"> |
| | | |
| | | <TextView |
| | | android:id="@+id/refreshDataTV" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/item_height" |
| | | android:background="@color/white" |
| | | android:gravity="center_vertical" |
| | | android:paddingLeft="30dp" |
| | | android:text="更新本地数据" |
| | |
| | | android:id="@+id/cleanDataRL" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/item_height" |
| | | android:background="@drawable/my_item_ripple" |
| | | android:layout_below="@+id/refreshDataRL" |
| | | android:layout_marginTop="1dp"> |
| | | |
| | |
| | | android:id="@+id/cleanData" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/item_height" |
| | | android:background="@color/white" |
| | | android:gravity="center_vertical" |
| | | android:paddingLeft="30dp" |
| | | android:text="清除缓存" |
| | |
| | | android:id="@+id/loginOutRL" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/item_height" |
| | | android:background="@drawable/my_item_ripple" |
| | | android:layout_below="@+id/cleanDataRL" |
| | | android:layout_marginTop="1dp"> |
| | | |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/item_height" |
| | | |
| | | android:background="@color/white" |
| | | android:gravity="center_vertical" |
| | | android:paddingLeft="30dp" |
| | | android:text="退出登录" |
| | |
| | | android:id="@+id/versionRL" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/item_height" |
| | | android:background="@drawable/my_item_ripple" |
| | | android:layout_below="@+id/loginOutRL" |
| | | android:layout_marginTop="1dp"> |
| | | |
| | | <TextView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/item_height" |
| | | android:background="@color/white" |
| | | android:gravity="center_vertical" |
| | | android:paddingLeft="30dp" |
| | | android:text="当前版本" |