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

39 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<TextView
id="@+id/tv_mobile_number_picker_title"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017970"/>
<View
background="#7631c1"
layout_width="match_parent"
layout_height="1dp"/>
<com.scb.phone.view.custom.ColorChangeableNumberPicker
id="@+id/mobile_number_picker"
descendantFocusability="blocksDescendants"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
NOT_FOUND_0xc="@color/2131100876"/>
<View
background="#959199"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="16dp"/>
<Button
gravity="center"
layout_gravity="center_horizontal"
id="@+id/bt_done"
background="@null"
padding="8dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/done"
style="@style/2132017873"/>
</LinearLayout>