what-the-bank/resources/res/layout/2131558910.xml

40 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
id="@+id/selector_title"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/selector_title_text"
layout_width="wrap_content"
layout_height="wrap_content"
layout_margin="16dp"
style="@style/2132017851"/>
<View style="@style/2132018228"/>
</LinearLayout>
<LinearLayout
orientation="horizontal"
id="@+id/selector"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/selector_title">
<CheckBox
layout_gravity="center_vertical"
id="@+id/selector_check_box"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginStart="16dp"/>
<TextView
id="@+id/selector_subtitle_text"
layout_width="wrap_content"
layout_height="wrap_content"
layout_margin="16dp"
style="@style/2132017876"/>
</LinearLayout>
</RelativeLayout>