Skip to content

Commit

Permalink
Add ripple when clicking title in detail fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
Wanjuuuuu committed Jul 17, 2022
1 parent 6eacabe commit e5fb371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_term_detail.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
android:id="@+id/title_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/rounded_rectangle"
android:background="@drawable/ripple_rounded_rectangle"
android:gravity="center"
android:onClick="@{termTitleClickListener}"
android:orientation="horizontal"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<color name="outer_background">#ffefefef</color>
<color name="inner_background">#ffffffff</color>

<color name="ripple_item_term">#fff3f3f3</color>
<color name="ripple_item_term">#ffefefef</color>

<color name="bookmark_normal">#ffe6e6e6</color>
<color name="bookmark_selected">#fffa6df5</color>
Expand Down

0 comments on commit e5fb371

Please sign in to comment.