实时视频UI
BIN
app/src/main/res/drawable/album.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
app/src/main/res/drawable/back2.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
5
app/src/main/res/drawable/bg_button_circle.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="oval">
|
||||
<solid android:color="#4DFFFFFF" />
|
||||
</shape>
|
||||
7
app/src/main/res/drawable/bg_scan_frame.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@android:color/transparent" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@color/green" />
|
||||
</shape>
|
||||
BIN
app/src/main/res/drawable/copy.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
11
app/src/main/res/drawable/corner_bottom_left.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@android:color/transparent" />
|
||||
<stroke
|
||||
android:width="3dp"
|
||||
android:color="@color/green"
|
||||
android:bottom="3dp"
|
||||
android:left="3dp"
|
||||
android:right="0dp"
|
||||
android:top="0dp" />
|
||||
</shape>
|
||||
11
app/src/main/res/drawable/corner_bottom_right.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@android:color/transparent" />
|
||||
<stroke
|
||||
android:width="3dp"
|
||||
android:color="@color/green"
|
||||
android:bottom="3dp"
|
||||
android:left="0dp"
|
||||
android:right="3dp"
|
||||
android:top="0dp" />
|
||||
</shape>
|
||||
11
app/src/main/res/drawable/corner_top_left.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@android:color/transparent" />
|
||||
<stroke
|
||||
android:width="3dp"
|
||||
android:color="@color/green"
|
||||
android:bottom="0dp"
|
||||
android:left="3dp"
|
||||
android:right="0dp"
|
||||
android:top="3dp" />
|
||||
</shape>
|
||||
11
app/src/main/res/drawable/corner_top_right.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@android:color/transparent" />
|
||||
<stroke
|
||||
android:width="3dp"
|
||||
android:color="@color/green"
|
||||
android:bottom="0dp"
|
||||
android:left="0dp"
|
||||
android:right="3dp"
|
||||
android:top="3dp" />
|
||||
</shape>
|
||||
BIN
app/src/main/res/drawable/flashlight.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
app/src/main/res/drawable/light_on.png
Normal file
|
After Width: | Height: | Size: 641 B |
BIN
app/src/main/res/drawable/settings.png
Normal file
|
After Width: | Height: | Size: 661 B |
BIN
app/src/main/res/drawable/voice.png
Normal file
|
After Width: | Height: | Size: 740 B |