Skip to content

Instantly share code, notes, and snippets.

@CodeBoy722
Last active August 24, 2020 23:22
Show Gist options
  • Save CodeBoy722/6c7dcea7b7571bced6e85ad78c498794 to your computer and use it in GitHub Desktop.
Save CodeBoy722/6c7dcea7b7571bced6e85ad78c498794 to your computer and use it in GitHub Desktop.
<?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