frameworks/base/packages/SystemUI/res/layout/screenshot_detection_notice...

17 lines
551 B
XML
Raw Normal View History

2025-08-25 08:17:13 +08:00
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/screenshot_detection_notice"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:padding="12dp"
android:visibility="gone">
<TextView
android:id="@+id/screenshot_detection_notice_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:lineHeight="24sp"
android:textSize="18sp" />
</FrameLayout>