mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-15 23:35:06 +00:00
13 lines
No EOL
276 B
XML
13 lines
No EOL
276 B
XML
<shape
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
|
|
<gradient
|
|
android:startColor="#FF2E73FF"
|
|
android:endColor="#FFFF0032"
|
|
android:angle="45" />
|
|
|
|
<corners
|
|
android:radius="8dp"/>
|
|
|
|
</shape> |