Make alt text selectable

This commit is contained in:
Grishka 2024-03-18 20:25:28 +03:00
parent 5622c93bd9
commit e59cf2afca
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@
android:layout_marginHorizontal="16dp"
android:textAppearance="@style/m3_body_large"
android:textColor="?colorM3OnSurface"
android:textIsSelectable="true"
tools:text="A cute black cat"/>
</LinearLayout>