1<?xml version="1.0" encoding="utf-8"?> 2<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:layout_width="match_parent" 4 android:layout_height="match_parent" 5 android:orientation="vertical" 6 android:gravity="center" 7 android:padding="16dp"> 8 9 <TextView 10 android:id="@+id/lockscreen_setting_placeholder" 11 android:layout_width="wrap_content" 12 android:layout_height="wrap_content" 13 android:textSize="20sp" 14 android:textColor="#000000" 15 android:layout_marginBottom="16dp"/> 16 17 <TextView 18 android:id="@+id/surface_placeholder" 19 android:layout_width="wrap_content" 20 android:layout_height="wrap_content" 21 android:textSize="20sp" 22 android:textColor="#000000"/> 23 24</LinearLayout>