36 lines
1.1 KiB
XML
36 lines
1.1 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">
|
||
|
<NumberPicker
|
||
|
theme="@style/2132017534"
|
||
|
id="@+id/number_picker"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"/>
|
||
|
<LinearLayout
|
||
|
layout_width="match_parent"
|
||
|
layout_height="40dp"
|
||
|
layout_centerInParent="true">
|
||
|
<View
|
||
|
layout_gravity="bottom"
|
||
|
id="@+id/view_clickable_left"
|
||
|
focusable="true"
|
||
|
focusableInTouchMode="true"
|
||
|
layout_width="0dp"
|
||
|
layout_height="30dp"
|
||
|
layout_weight="1"/>
|
||
|
<View
|
||
|
id="@+id/view_not_clickable"
|
||
|
layout_width="10dp"
|
||
|
layout_height="match_parent"/>
|
||
|
<View
|
||
|
layout_gravity="bottom"
|
||
|
id="@+id/view_clickable_right"
|
||
|
focusable="true"
|
||
|
focusableInTouchMode="true"
|
||
|
layout_width="0dp"
|
||
|
layout_height="30dp"
|
||
|
layout_weight="1"/>
|
||
|
</LinearLayout>
|
||
|
</RelativeLayout>
|