Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiedermann IT-Dienstleistungen <info@niedermann.it>2018-04-10 18:20:46 +0300
committerNiedermann IT-Dienstleistungen <info@niedermann.it>2018-04-10 18:20:46 +0300
commit0177fc5a4302641917dc71bb7844203cb613d750 (patch)
tree0d28eaf65fc9b22d1178b32c65c0096184e9019b
parentf23a4f5970f8866fd6b6c1c6a85fdaa818b673bb (diff)
Fix missing trashbin on swiping from right to leftv0.14.1
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/res/layout/fragment_notes_list_note_item.xml2
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"