设置
This commit is contained in:
9
app/src/main/res/drawable/bg_bottom_sheet_rounded.xml
Normal file
9
app/src/main/res/drawable/bg_bottom_sheet_rounded.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@android:color/white" />
|
||||
<corners
|
||||
android:topLeftRadius="24dp"
|
||||
android:topRightRadius="24dp" />
|
||||
<padding
|
||||
android:bottom="8dp" />
|
||||
</shape>
|
||||
6
app/src/main/res/drawable/setting_gray_bg.xml
Normal file
6
app/src/main/res/drawable/setting_gray_bg.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/setting_gray"/>
|
||||
<corners android:radius="4dp"/>
|
||||
</shape>
|
||||
BIN
app/src/main/res/drawable/voice_on_open.gif
Normal file
BIN
app/src/main/res/drawable/voice_on_open.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Reference in New Issue
Block a user