소스 검색

make text selectable

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 7 년 전
부모
커밋
c5883f8305
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"/>