Explorar el Código

make text in preview selectable, so that user can copy it

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky hace 1 año
padre
commit
5af4c721d3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/src/main/res/layout/activity_full_screen_text.xml

+ 1 - 0
app/src/main/res/layout/activity_full_screen_text.xml

@@ -59,6 +59,7 @@
             android:layout_width="match_parent"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
             android:layout_height="wrap_content"
             android:padding="@dimen/standard_padding"
             android:padding="@dimen/standard_padding"
+            android:textIsSelectable="true"
             tools:text="Lorem Ipsum" />
             tools:text="Lorem Ipsum" />
 
 
     </androidx.core.widget.NestedScrollView>
     </androidx.core.widget.NestedScrollView>