From c28f17d9af4c6cd47d13837435d12fdc7c1f1df8 Mon Sep 17 00:00:00 2001 From: tobiaskaminsky Date: Sat, 13 May 2017 09:42:29 +0200 Subject: [PATCH 1/2] remove old reference to onClick, this is now handled via ButterKnife use "end" instead of "right" for RTL support --- src/main/res/layout/contacts_backup_fragment.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/res/layout/contacts_backup_fragment.xml b/src/main/res/layout/contacts_backup_fragment.xml index 6f2518cb1623..84f05a78b67b 100644 --- a/src/main/res/layout/contacts_backup_fragment.xml +++ b/src/main/res/layout/contacts_backup_fragment.xml @@ -68,7 +68,7 @@ android:layout_height="wrap_content" android:layout_margin="@dimen/standard_margin" android:layout_weight="1" - android:gravity="right" + android:gravity="end" android:text="@string/contacts_preference_backup_never" android:textAppearance="?android:attr/textAppearanceMedium"/> @@ -78,7 +78,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="@dimen/standard_margin" - android:onClick="backupContacts" android:text="@string/contacts_backup_button" android:theme="@style/Button.Primary"/> @@ -98,7 +97,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="@dimen/standard_margin" - android:onClick="openDate" android:text="@string/contacts_preference_choose_date" android:theme="@style/Button.Primary"/> From c93e5ebd62993435a2f8c8c5ce35e32066d3ae10 Mon Sep 17 00:00:00 2001 From: nextcloud-android-bot <> Date: Sat, 13 May 2017 20:43:07 +0000 Subject: [PATCH 2/2] Drone: update Lint results to reflect reduced error/warning count [skip ci] --- scripts/lint/lint-results.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lint/lint-results.txt b/scripts/lint/lint-results.txt index 882cb2696d75..23b9c0c074a9 100644 --- a/scripts/lint/lint-results.txt +++ b/scripts/lint/lint-results.txt @@ -1,2 +1,2 @@ DO NOT TOUCH; GENERATED BY DRONE - Lint Report: 76 errors and 860 warnings + Lint Report: 74 errors and 859 warnings