2015-04-16 05:38:33 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
2015-06-08 18:07:46 +00:00
|
|
|
|
2015-04-16 05:38:33 +00:00
|
|
|
<item android:state_pressed="true">
|
2015-06-08 18:07:46 +00:00
|
|
|
<shape android:innerRadiusRatio="3"
|
|
|
|
android:shape="ring"
|
|
|
|
android:thickness="2dp"
|
|
|
|
android:useLevel="false">
|
2015-04-16 05:38:33 +00:00
|
|
|
<solid android:color="@android:color/white" />
|
2015-06-08 18:07:46 +00:00
|
|
|
<size android:height="@dimen/quick_camera_shutter_ring_size" android:width="@dimen/quick_camera_shutter_ring_size" />
|
2015-04-16 05:38:33 +00:00
|
|
|
</shape>
|
|
|
|
</item>
|
2015-06-08 18:07:46 +00:00
|
|
|
|
2015-04-16 05:38:33 +00:00
|
|
|
<item>
|
2015-06-08 18:07:46 +00:00
|
|
|
<shape android:innerRadiusRatio="3"
|
|
|
|
android:shape="ring"
|
|
|
|
android:thickness="2dp"
|
|
|
|
android:useLevel="false" >
|
2015-04-16 05:38:33 +00:00
|
|
|
<solid android:color="#40ffffff" />
|
2015-06-08 18:07:46 +00:00
|
|
|
<size android:height="@dimen/quick_camera_shutter_ring_size" android:width="@dimen/quick_camera_shutter_ring_size" />
|
2015-04-16 05:38:33 +00:00
|
|
|
</shape>
|
|
|
|
</item>
|
|
|
|
</selector>
|