删除不必要文件,修改设置页面
This commit is contained in:
7
live/src/main/res/drawable/bc_sound_recording_left.xml
Normal file
7
live/src/main/res/drawable/bc_sound_recording_left.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners
|
||||
android:bottomLeftRadius="17dp"
|
||||
android:topLeftRadius="17dp" />
|
||||
<solid android:color="#98000000" />
|
||||
</shape>
|
||||
7
live/src/main/res/drawable/bc_sound_recording_right.xml
Normal file
7
live/src/main/res/drawable/bc_sound_recording_right.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners
|
||||
android:bottomRightRadius="17dp"
|
||||
android:topRightRadius="17dp" />
|
||||
<solid android:color="#20FFFFFF" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user