Files
v2rayNG/V2rayNG/app/src/main/res/drawable-xxhdpi/side_nav_bar.xml
2dust 402d63bd9a .
2023-01-12 14:35:38 +08:00

9 lines
290 B
XML

<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="135"
android:centerColor="#009688"
android:endColor="#00695C"
android:startColor="#4DB6AC"
android:type="linear" />
</shape>