Browse Source

make text selectable

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 7 years ago
parent
commit
c5883f8305
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/res/layout/setup_encryption_dialog.xml

+ 1 - 0
src/main/res/layout/setup_encryption_dialog.xml

@@ -37,6 +37,7 @@
         android:layout_height="wrap_content"
         android:layout_margin="10dp"
         android:background="@drawable/e2e_border"
+        android:textIsSelectable="true"
         android:gravity="center"
         android:padding="5dp"
         android:visibility="gone"/>