xref: /aosp_15_r20/frameworks/base/packages/SystemUI/res/layout/screenshot_detection_notice.xml (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1<?xml version="1.0" encoding="utf-8"?>
2<FrameLayout
3    xmlns:android="http://schemas.android.com/apk/res/android"
4    android:id="@+id/screenshot_detection_notice"
5    android:layout_height="wrap_content"
6    android:layout_width="match_parent"
7    android:padding="12dp"
8    android:visibility="gone">
9
10    <TextView
11        android:id="@+id/screenshot_detection_notice_text"
12        android:layout_width="match_parent"
13        android:layout_height="wrap_content"
14        android:lineHeight="24sp"
15        android:textSize="18sp" />
16</FrameLayout>
17