Files
packages_apps_Evolver/res/layout/highlight_guide.xml
2025-06-11 02:36:28 +09:00

37 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
<View
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#80000000" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:gravity="center"
android:padding="16dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/ls_clock_face_highlight_text"
android:textColor="#FFFFFF"
android:textSize="18sp"
android:gravity="center"
android:paddingBottom="16dp" />
<com.airbnb.lottie.LottieAnimationView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:lottie_rawRes="@raw/swipe"
app:lottie_autoPlay="true"
app:lottie_loop="true" />
</LinearLayout>
</FrameLayout>