apps-android-commons/app/src/main/res/drawable/share_overlay_background_gradient.xml
2016-07-02 16:48:57 +09:00

10 lines
No EOL
279 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:startColor="#ffffffff"
android:endColor="#f4f4f4ff"
android:type="linear"
/>
</shape>