57 lines
1.9 KiB
XML
57 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
background="#00000000"
|
|
focusable="true"
|
|
clickable="true"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<RelativeLayout
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_centerInParent="true">
|
|
<TextView
|
|
gravity="center_horizontal"
|
|
id="@+id/title"
|
|
paddingTop="8dp"
|
|
paddingBottom="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/schedule_setup_011"
|
|
style="@style/2132017832"/>
|
|
<NumberPicker
|
|
theme="@style/2132017534"
|
|
id="@+id/number_picker"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/title"/>
|
|
<LinearLayout
|
|
gravity="center"
|
|
layout_width="match_parent"
|
|
layout_height="40dp"
|
|
layout_alignTop="@+id/number_picker"
|
|
layout_alignBottom="@+id/number_picker"
|
|
foregroundGravity="center">
|
|
<View
|
|
layout_gravity="center"
|
|
id="@+id/view_clickable_left"
|
|
focusable="true"
|
|
focusableInTouchMode="true"
|
|
layout_width="0dp"
|
|
layout_height="36dp"
|
|
layout_weight="1"/>
|
|
<View
|
|
id="@+id/view_not_clickable"
|
|
layout_width="10dp"
|
|
layout_height="match_parent"/>
|
|
<View
|
|
layout_gravity="center"
|
|
id="@+id/view_clickable_right"
|
|
focusable="true"
|
|
focusableInTouchMode="true"
|
|
layout_width="0dp"
|
|
layout_height="36dp"
|
|
layout_weight="1"/>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|