apkfuckery/com.discord/res/drawable/tab_indicator_selected_wide...

6 lines
256 B
XML
Raw Normal View History

2020-01-02 21:43:52 +00:00
<?xml version="1.0" encoding="utf-8"?>
2020-02-12 20:59:48 +00:00
<shape android:shape="rectangle" android:useLevel="false"
2020-01-02 21:43:52 +00:00
xmlns:android="http://schemas.android.com/apk/res/android">
2020-02-12 20:59:48 +00:00
<solid android:color="@color/primary_100" />
2020-01-02 21:43:52 +00:00
<corners android:radius="4.0dip" />
</shape>