summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/swipeactions_row.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/swipeactions_row.xml')
-rw-r--r--app/src/main/res/layout/swipeactions_row.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/app/src/main/res/layout/swipeactions_row.xml b/app/src/main/res/layout/swipeactions_row.xml
index df55d3f89..2e5323e1a 100644
--- a/app/src/main/res/layout/swipeactions_row.xml
+++ b/app/src/main/res/layout/swipeactions_row.xml
@@ -45,15 +45,15 @@
</RelativeLayout>
- <View
+ <com.google.android.material.divider.MaterialDivider
android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="?attr/background_elevated" />
+ android:layout_height="wrap_content" />
<LinearLayout
android:id="@+id/previewContainer"
android:layout_width="match_parent"
android:layout_height="76dp"
+ android:background="?attr/background_color"
android:gravity="center"
android:foreground="?attr/selectableItemBackground"
android:orientation="horizontal">
@@ -76,9 +76,8 @@
</LinearLayout>
- <View
+ <com.google.android.material.divider.MaterialDivider
android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="?attr/background_elevated" />
+ android:layout_height="wrap_content" />
</LinearLayout>