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:
authorStefan Niedermann <info@niedermann.it>2020-06-07 12:01:35 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-07 12:01:35 +0300
commit310df67fdceb1259c049a0dc67a085fcaf051649 (patch)
tree327f14bcf20f344356665c74d398e6eae594bcd0 /app/src/main
parent83f1e06c0f26164e90d74491fc6a5d6772d12efe (diff)
parentbd1783af033ee0c10416438b785c4f7dfd75e047 (diff)
Merge branch 'master' into api-v1
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/res/layout/fragment_note_edit.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_note_edit.xml b/app/src/main/res/layout/fragment_note_edit.xml
index 1c0417d2..64f83e5e 100644
--- a/app/src/main/res/layout/fragment_note_edit.xml
+++ b/app/src/main/res/layout/fragment_note_edit.xml
@@ -18,6 +18,7 @@
android:id="@+id/editContent"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:background="?attr/colorPrimary"
android:ems="10"
android:gravity="top"
android:inputType="textMultiLine|textCapSentences"