fix(photo-viewer-sheet): make alt text selectable again

This commit is contained in:
LucasGGamerM 2024-03-30 07:56:14 -03:00
parent 51a9c7c58e
commit 9a28d23be0
1 changed files with 1 additions and 0 deletions

View File

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