From 45aeab02708638fac7b1b1dcbc315107b8da75fc Mon Sep 17 00:00:00 2001 From: Niedermann IT-Dienstleistungen Date: Wed, 11 Apr 2018 15:37:28 +0200 Subject: Introduce ButterKnife and code reformat http://jakewharton.github.io/butterknife/ --- app/src/main/res/layout/widget_single_note_content.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/src/main/res/layout/widget_single_note_content.xml') diff --git a/app/src/main/res/layout/widget_single_note_content.xml b/app/src/main/res/layout/widget_single_note_content.xml index 9356ca4e..b7935f40 100644 --- a/app/src/main/res/layout/widget_single_note_content.xml +++ b/app/src/main/res/layout/widget_single_note_content.xml @@ -3,5 +3,4 @@ android:id="@+id/single_note_content_tv" android:layout_width="match_parent" android:layout_height="match_parent" - android:textColor="@color/fg_default" - /> + android:textColor="@color/fg_default" /> -- cgit v1.2.3