增加两个图标
parent
2d39522e5b
commit
9d3bf734fe
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="@color/shutter_icon"/>
|
||||
<stroke
|
||||
android:width="5dp"
|
||||
android:color="#FFFFFF"
|
||||
/>
|
||||
</shape>
|
@ -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="@color/shutter_icon_pressed"/>
|
||||
</shape>
|
Loading…
Reference in New Issue