blob: e69174b47627e0a33e87c8fb1ddab0fbe7ba9abd [file] [log] [blame]
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/caveat"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<Spinner
android:id="@+id/caveat_spinner"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<!-- Custom per-caveat views will be added here -->
</LinearLayout>