Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/lint/lint-results.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DO NOT TOUCH; GENERATED BY DRONE
<span class="mdl-layout-title">Lint Report: 76 errors and 860 warnings</span>
<span class="mdl-layout-title">Lint Report: 74 errors and 859 warnings</span>
4 changes: 1 addition & 3 deletions src/main/res/layout/contacts_backup_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
</LinearLayout>
Expand All @@ -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"/>

Expand All @@ -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"/>

Expand Down