稍微完善输入法以及输入法体验页
This commit is contained in:
5
app/src/main/res/drawable/acttivity_guide_btn_bg.xml
Normal file
5
app/src/main/res/drawable/acttivity_guide_btn_bg.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">
|
||||
<solid android:color="#F3F3F3"/>
|
||||
<corners android:radius="4dp"/>
|
||||
</shape>
|
||||
4
app/src/main/res/drawable/code_box_bg.xml
Normal file
4
app/src/main/res/drawable/code_box_bg.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#F4F8FB"/>
|
||||
<corners android:radius="6dp"/>
|
||||
</shape>
|
||||
BIN
app/src/main/res/drawable/display.png
Normal file
BIN
app/src/main/res/drawable/display.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
BIN
app/src/main/res/drawable/hide.png
Normal file
BIN
app/src/main/res/drawable/hide.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1002 B |
5
app/src/main/res/drawable/input_box_bg.xml
Normal file
5
app/src/main/res/drawable/input_box_bg.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color=" #F4F8FB" /> <!-- 背景色 -->
|
||||
<corners android:radius="12dp" /> <!-- 圆角半径,越大越圆 -->
|
||||
</shape>
|
||||
BIN
app/src/main/res/drawable/login_bg.png
Normal file
BIN
app/src/main/res/drawable/login_bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 MiB |
5
app/src/main/res/drawable/login_btn_bg.xml
Normal file
5
app/src/main/res/drawable/login_btn_bg.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="#02BEAC" />
|
||||
<corners android:radius="10dp" />
|
||||
</shape>
|
||||
14
app/src/main/res/drawable/login_content_bg.xml
Normal file
14
app/src/main/res/drawable/login_content_bg.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="#FFFFFF" />
|
||||
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="#FFFFFF" />
|
||||
|
||||
<corners
|
||||
android:topLeftRadius="36dp"
|
||||
android:topRightRadius="36dp"
|
||||
android:bottomLeftRadius="0dp"
|
||||
android:bottomRightRadius="0dp" />
|
||||
</shape>
|
||||
BIN
app/src/main/res/drawable/login_icon.png
Normal file
BIN
app/src/main/res/drawable/login_icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 763 KiB |
9
app/src/main/res/drawable/other_party_message.xml
Normal file
9
app/src/main/res/drawable/other_party_message.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="#02BEAC" />
|
||||
<corners
|
||||
android:topLeftRadius="10dp"
|
||||
android:topRightRadius="0dp"
|
||||
android:bottomLeftRadius="10dp"
|
||||
android:bottomRightRadius="10dp" />
|
||||
</shape>
|
||||
9
app/src/main/res/drawable/our_news.xml
Normal file
9
app/src/main/res/drawable/our_news.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="#FFFFFF" />
|
||||
<corners
|
||||
android:topLeftRadius="0dp"
|
||||
android:topRightRadius="10dp"
|
||||
android:bottomLeftRadius="10dp"
|
||||
android:bottomRightRadius="10dp" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user