Last active
August 24, 2020 23:22
-
-
Save CodeBoy722/6c7dcea7b7571bced6e85ad78c498794 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | |
<!-- tab indicator dot style using the ring shape, design as you wish--> | |
<item> | |
<shape | |
android:innerRadius="0dp" | |
android:shape="ring" | |
android:thickness="10dp" | |
android:useLevel="false"> | |
<solid android:color="#000000"/> | |
<size android:height="30dp" android:width="30dp"/> | |
</shape> | |
</item> | |
</layer-list> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment