Skip to content

Instantly share code, notes, and snippets.

@Fbada006
Created May 3, 2020 06:43
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/254f526c79afc79633ec48578659e9dd to your computer and use it in GitHub Desktop.
Save Fbada006/254f526c79afc79633ec48578659e9dd to your computer and use it in GitHub Desktop.
None active dot for autoscroll images in
<?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="8dp"
android:height="8dp" />
<solid android:color="#bebebe" />
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment