Skip to content

Instantly share code, notes, and snippets.

@adam-hurwitz
Last active August 23, 2017 04:53
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 adam-hurwitz/a7c7370c727f53aa98c70e5fce9c05a6 to your computer and use it in GitHub Desktop.
Save adam-hurwitz/a7c7370c727f53aa98c70e5fce9c05a6 to your computer and use it in GitHub Desktop.
RippleTextView from local module
<com.adamhurwitz.retrorecycler.DesignComponents.RippleTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clickable="true"
android:gravity="center"
android:text="@string/course_index"
android:textColor="@color/colorPrimaryDark"
android:textSize="16sp"
app:backgroundColor="@color/background"
app:rippleColor="@color/ripple" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment