完成'我的'页面部细节问题和常见问题 页面
This commit is contained in:
6
app/src/main/res/drawable/gethering_shape.xml
Normal file
6
app/src/main/res/drawable/gethering_shape.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="2dp"/>
|
||||
<size android:width="200dp" android:height="100dp"/>
|
||||
<stroke android:color="#FF9800" android:width="1dp"/>
|
||||
</shape>
|
||||
5
app/src/main/res/drawable/image_shape.xml
Normal file
5
app/src/main/res/drawable/image_shape.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="10dp"/>
|
||||
</shape>
|
||||
6
app/src/main/res/drawable/login_ripple.xml
Normal file
6
app/src/main/res/drawable/login_ripple.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="#7fffffff">
|
||||
<item
|
||||
android:drawable="@drawable/shape_login" />
|
||||
</ripple>
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/colorRed" />
|
||||
<corners android:radius="40dp" />
|
||||
<corners android:radius="50dp" />
|
||||
</shape>
|
||||
7
app/src/main/res/drawable/mine_outlogin_ripple.xml
Normal file
7
app/src/main/res/drawable/mine_outlogin_ripple.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="#7fffffff"
|
||||
>
|
||||
<item android:drawable="@drawable/main_shape_outlogin"/>
|
||||
|
||||
</ripple>
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/colorWhite"/>
|
||||
<corners android:radius="50dp"/>
|
||||
<solid android:color="@color/colorTransparent" />
|
||||
<corners android:radius="50dp" />
|
||||
</shape>
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/colorPrimaryBlue" />
|
||||
<corners android:radius="40dp" />
|
||||
<corners android:radius="50dp" />
|
||||
</shape>
|
||||
6
app/src/main/res/drawable/user_data_shape.xml
Normal file
6
app/src/main/res/drawable/user_data_shape.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/colorPrimaryBlue"/>
|
||||
<corners android:radius="50dp"/>
|
||||
|
||||
</shape>
|
||||
6
app/src/main/res/drawable/user_rz.xml
Normal file
6
app/src/main/res/drawable/user_rz.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="#7fffffff"
|
||||
>
|
||||
<item android:drawable="@drawable/user_shape"/>
|
||||
</ripple>
|
||||
5
app/src/main/res/drawable/user_style.xml
Normal file
5
app/src/main/res/drawable/user_style.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="#7fffffff">
|
||||
<item android:drawable="@drawable/user_data_shape"/>
|
||||
</ripple>
|
||||
Reference in New Issue
Block a user