Browse Source

Merge pull request #134 from nextcloud/textPreviewSelectable

textPreview is selectable
Tobias Kaminsky 9 years ago
parent
commit
64f3fa9290
1 changed files with 1 additions and 0 deletions
  1. 1 0
      res/layout/text_file_preview.xml

+ 1 - 0
res/layout/text_file_preview.xml

@@ -29,5 +29,6 @@
         android:layout_marginLeft="8dp"
         android:layout_marginRight="8dp"
         android:layout_marginStart="8dp"
+        android:textIsSelectable="true"
         android:visibility="gone"/>
 </ScrollView>