2018-03-23 20:31:03 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item android:top="5dp"
|
|
|
|
android:left="5dp"
|
|
|
|
android:right="5dp"
|
|
|
|
android:bottom="5dp"
|
2018-04-25 11:00:03 -07:00
|
|
|
android:drawable="@drawable/quick_camera_front"/>
|
2018-03-23 20:31:03 +01:00
|
|
|
</layer-list>
|