1 <?xml version="1.0" encoding="utf-8"?> 2 <RelativeLayout 3 xmlns:android="http://schemas.android.com/apk/res/android" 4 android:id="@+id/assist_layer" 5 android:layout_width="match_parent" 6 android:background="@color/assist_layer_background" 7 android:layout_height="match_parent"> 8 <TextView 9 android:layout_centerInParent="true" 10 android:text="@string/test_assistant_text" 11 android:textColor="@android:color/white" 12 android:layout_width="wrap_content" 13 android:layout_height="wrap_content"/> 14 </RelativeLayout> 15