Skip to content

Instantly share code, notes, and snippets.

@Fbada006
Created May 3, 2020 06:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Fbada006/795b8c49301c21ce7ec626b9a66410e2 to your computer and use it in GitHub Desktop.
Save Fbada006/795b8c49301c21ce7ec626b9a66410e2 to your computer and use it in GitHub Desktop.
Active dot for sliding tabs
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:dither="true"
android:shape="oval"
android:useLevel="true">
<size
android:width="12dp"
android:height="12dp" />
<solid android:color="@color/colorAccent" />
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment