Skip to content

Instantly share code, notes, and snippets.

@malikkurosaki
Created October 23, 2019 05:57
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 malikkurosaki/ea9b384494424abde8f4a7969b6ec474 to your computer and use it in GitHub Desktop.
Save malikkurosaki/ea9b384494424abde8f4a7969b6ec474 to your computer and use it in GitHub Desktop.
menghilangkan tanda melar direcyclervie

Menghilangkan Tanda Melar Direcyclerview

<android.support.v7.widget.RecyclerView
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:overScrollMode="never"
    android:background="#FFFFFF"
    android:scrollbars="vertical" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment