17 lines
551 B
XML
17 lines
551 B
XML
<?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>
|