Add keepScreenOn flag in Composition demo

PiperOrigin-RevId: 716139653
This commit is contained in:
simakova 2025-01-16 01:55:20 -08:00 committed by Copybara-Service
parent 492574bded
commit 22142e0db3

View File

@ -18,6 +18,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:keepScreenOn="true"
android:padding="16dp">
<com.google.android.material.card.MaterialCardView