解决界面问题,解决采集拍摄界面
This commit is contained in:
5
app/src/main/res/drawable/baseline_radio.xml
Normal file
5
app/src/main/res/drawable/baseline_radio.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/ic_baseline_radio_button_no" android:state_checked="false"/>
|
||||
<item android:drawable="@drawable/ic_baseline_radio_button_yes" android:state_checked="true"/>
|
||||
</selector>
|
||||
BIN
app/src/main/res/drawable/bg.jpg
Normal file
BIN
app/src/main/res/drawable/bg.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 290 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 186 KiB |
@@ -0,0 +1,5 @@
|
||||
<vector android:alpha="0.47" android:height="25dp"
|
||||
android:tint="#333333" android:viewportHeight="24"
|
||||
android:viewportWidth="24" android:width="25dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="@android:color/white" android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.42,0 -8,-3.58 -8,-8s3.58,-8 8,-8 8,3.58 8,8 -3.58,8 -8,8z"/>
|
||||
</vector>
|
||||
@@ -0,0 +1,5 @@
|
||||
<vector android:alpha="0.47" android:height="25dp"
|
||||
android:tint="#333333" android:viewportHeight="24"
|
||||
android:viewportWidth="24" android:width="25dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="@android:color/white" android:pathData="M12,7c-2.76,0 -5,2.24 -5,5s2.24,5 5,5 5,-2.24 5,-5 -2.24,-5 -5,-5zM12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.42,0 -8,-3.58 -8,-8s3.58,-8 8,-8 8,3.58 8,8 -3.58,8 -8,8z"/>
|
||||
</vector>
|
||||
Reference in New Issue
Block a user