aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/layout/copy_text_material_dialog.xml
blob: a8dfb7a5eb43b06ae4eafc5e02a0eacf4bd121dc (plain) (tree)


















                                                                      
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content">

    <TextView
        android:id="@+id/text_view_copy_text_material_dialog"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:paddingTop="8dp"
        android:paddingBottom="8dp"
        android:paddingStart="24dp"
        android:paddingEnd="24dp"
        android:textIsSelectable="true"
        android:enabled="true"
        android:focusable="true"
        android:longClickable="true" />

</ScrollView>