From 0177fc5a4302641917dc71bb7844203cb613d750 Mon Sep 17 00:00:00 2001 From: Niedermann IT-Dienstleistungen Date: Tue, 10 Apr 2018 17:20:46 +0200 Subject: Fix missing trashbin on swiping from right to left --- app/build.gradle | 4 ++-- app/src/main/res/layout/fragment_notes_list_note_item.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e73a4ab0..1c2c09c9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "it.niedermann.owncloud.notes" minSdkVersion 14 targetSdkVersion 27 - versionCode 21 - versionName "0.14.0" + versionCode 22 + versionName "0.14.1" } buildTypes { release { diff --git a/app/src/main/res/layout/fragment_notes_list_note_item.xml b/app/src/main/res/layout/fragment_notes_list_note_item.xml index 9fdb3db0..1350831f 100644 --- a/app/src/main/res/layout/fragment_notes_list_note_item.xml +++ b/app/src/main/res/layout/fragment_notes_list_note_item.xml @@ -18,7 +18,7 @@ android:id="@+id/noteDeleteRight" android:layout_width="32dp" android:layout_height="32dp" - android:layout_gravity="center_vertical" + android:layout_gravity="end|center_vertical" android:layout_marginEnd="@dimen/button_padding" android:layout_marginRight="@dimen/button_padding" android:contentDescription="@string/menu_delete" -- cgit v1.2.3