245 lines
9.3 KiB
XML
245 lines
9.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
tools:context=".SettingActivity">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:fitsSystemWindows="true">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@color/f7"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/id0"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="50dip"
|
|
android:gravity="center_vertical"
|
|
android:background="@color/white">
|
|
|
|
<ImageView
|
|
android:layout_width="20dp"
|
|
android:layout_height="20dp"
|
|
android:layout_marginLeft="16dp"
|
|
android:gravity="center_vertical"
|
|
android:background="@mipmap/icon_modify_password"
|
|
/>
|
|
|
|
<TextView
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:layout_marginLeft="15dip"
|
|
android:gravity="center_vertical"
|
|
android:textSize="16dp"
|
|
android:textColor="#333333"
|
|
android:text="修改登录密码" />
|
|
|
|
<ImageView
|
|
android:layout_width="8dp"
|
|
android:layout_height="14dp"
|
|
android:layout_marginRight="20dip"
|
|
android:src="@mipmap/returnme" />
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0.5dp"
|
|
android:background="@color/LightGray" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/id1"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="50dip"
|
|
android:gravity="center_vertical"
|
|
android:background="@color/white">
|
|
|
|
|
|
<ImageView
|
|
android:layout_width="20dp"
|
|
android:layout_height="20dp"
|
|
android:layout_marginLeft="16dp"
|
|
android:gravity="center_vertical"
|
|
android:background="@mipmap/del"
|
|
/>
|
|
|
|
<TextView
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:layout_marginLeft="15dip"
|
|
android:gravity="center_vertical"
|
|
android:textSize="16dp"
|
|
android:textColor="#333333"
|
|
android:text="清除缓存" />
|
|
|
|
<TextView
|
|
android:id="@+id/cachsiez"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_marginLeft="15dip"
|
|
android:layout_marginRight="16dip"
|
|
android:drawablePadding="15dip"
|
|
android:gravity="center"
|
|
android:visibility="gone"
|
|
android:text=" " />
|
|
|
|
<ImageView
|
|
android:layout_width="8dp"
|
|
android:layout_height="14dp"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="20dip"
|
|
android:src="@mipmap/returnme" />
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0.5dp"
|
|
android:background="@color/LightGray" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/id2"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="50dip"
|
|
android:gravity="center_vertical"
|
|
android:background="@color/white">
|
|
|
|
<ImageView
|
|
android:layout_width="20dp"
|
|
android:layout_height="20dp"
|
|
android:layout_marginLeft="16dp"
|
|
android:gravity="center_vertical"
|
|
android:background="@mipmap/xie"
|
|
/>
|
|
|
|
<TextView
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:layout_marginLeft="15dip"
|
|
android:gravity="center_vertical"
|
|
android:textColor="#333333"
|
|
android:textSize="16dp"
|
|
android:text="意见反馈" />
|
|
|
|
<ImageView
|
|
android:layout_width="8dp"
|
|
android:layout_height="14dp"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="20dip"
|
|
android:gravity="center_vertical"
|
|
android:src="@mipmap/returnme" />
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0.5dp"
|
|
android:background="@color/LightGray" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/id3"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="50dip"
|
|
android:gravity="center_vertical"
|
|
android:background="@color/white">
|
|
|
|
<ImageView
|
|
android:layout_width="22dp"
|
|
android:layout_height="22dp"
|
|
android:layout_marginLeft="16dp"
|
|
android:gravity="center_vertical"
|
|
android:background="@mipmap/guanyu"
|
|
/>
|
|
|
|
<TextView
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:layout_marginLeft="14dip"
|
|
android:gravity="center_vertical"
|
|
android:textSize="16dp"
|
|
android:textColor="#333333"
|
|
android:text="关于我们" />
|
|
|
|
<ImageView
|
|
android:layout_width="8dp"
|
|
android:layout_height="14dp"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="20dip"
|
|
android:src="@mipmap/returnme" />
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0.5dp"
|
|
android:background="@color/LightGray" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/id4"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="50dip"
|
|
android:gravity="center_vertical"
|
|
android:background="@color/white">
|
|
|
|
|
|
<ImageView
|
|
android:layout_width="20dp"
|
|
android:layout_height="20dp"
|
|
android:layout_marginLeft="16dp"
|
|
android:gravity="center_vertical"
|
|
android:background="@mipmap/icon_version"
|
|
/>
|
|
|
|
<TextView
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:layout_marginLeft="15dip"
|
|
android:textSize="16dp"
|
|
android:textColor="#333333"
|
|
android:gravity="center_vertical"
|
|
android:text="当前版本" />
|
|
|
|
<TextView
|
|
android:id="@+id/myverion"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginRight="20dip" />
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0.5dp"
|
|
android:background="@color/LightGray" />
|
|
|
|
<TextView
|
|
android:id="@+id/loginout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="45dip"
|
|
android:layout_marginLeft="15dip"
|
|
android:layout_marginRight="15dip"
|
|
android:layout_marginTop="40dip"
|
|
android:background="@drawable/corner_background"
|
|
android:drawablePadding="15dip"
|
|
android:gravity="center"
|
|
android:text="退出系统"
|
|
android:textColor="@color/white"
|
|
android:textSize="@dimen/texteditconfirm" />
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="40dp"></View>
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</layout> |