session-android/res/drawable/mediapicker_item_border_light.xml

10 lines
245 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<stroke
android:width="1px"
android:color="@color/transparent_black_30" />
</shape>