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:
Diffstat (limited to 'app/src/main/res/layout/activity_single_note.xml')
-rw-r--r--app/src/main/res/layout/activity_single_note.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/src/main/res/layout/activity_single_note.xml b/app/src/main/res/layout/activity_single_note.xml
index 533a5057..22d85483 100644
--- a/app/src/main/res/layout/activity_single_note.xml
+++ b/app/src/main/res/layout/activity_single_note.xml
@@ -11,11 +11,12 @@
<TextView
android:id="@+id/single_note_content"
- android:layout_width="match_parent"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="16dp"
android:textAppearance="?android:attr/textAppearanceMedium"
- android:textColor="@color/fg_default" />
+ android:textColor="@color/fg_default"
+ android:textIsSelectable="true"/>
</ScrollView>
<android.support.design.widget.FloatingActionButton
android:id="@+id/fab_edit"