Skip to content

Commit

Permalink
Fix swipe to reveal library
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviuvsp committed Aug 27, 2024
1 parent 2d333a9 commit c23838e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'com.github.chthai64:SwipeRevealLayout:1.4.0'

//==============================================================================================

//=================================== ONBOARDING DOT INDICATOR =================================
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/item_list_record.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<com.chauthai.swipereveallayout.SwipeRevealLayout
android:id="@+id/layoutSwipeReveal"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
app:dragEdge="right"
app:mode="normal">

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/item_online_presence.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<com.chauthai.swipereveallayout.SwipeRevealLayout
android:id="@+id/layoutSwipeReveal"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
app:mode="normal"
app:dragEdge="right">

Expand Down

0 comments on commit c23838e

Please sign in to comment.