blob: 37c983f85c353080edd2d8b6e50b5b6a2d1560de [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:orientation="vertical">
<TextView
android:id="@+id/warning"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="4dp"
android:paddingBottom="4dp"/>
<View
android:id="@+id/divider"
android:layout_width="match_parent"
android:layout_height="@dimen/divider_height"
android:background="@color/divider"/>
</LinearLayout>