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-11 16:37:28 +0300
committerNiedermann IT-Dienstleistungen <info@niedermann.it>2018-04-11 16:37:28 +0300
commit45aeab02708638fac7b1b1dcbc315107b8da75fc (patch)
treead8840c0dc05c82d7e627d921ab3b60055075d7c /app/src/main/res/layout/widget_single_note_content.xml
parentb86ad96ded2b7771051bcbb807ed801b78a6bfcc (diff)
Introduce ButterKnife and code reformat
http://jakewharton.github.io/butterknife/
Diffstat (limited to 'app/src/main/res/layout/widget_single_note_content.xml')
-rw-r--r--app/src/main/res/layout/widget_single_note_content.xml3
1 files changed, 1 insertions, 2 deletions
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" />