tmap/res/layout/number_picker_with_selector_wheel.xml
2022-06-10 21:38:30 +09:00

5 lines
359 B
XML

<?xml version="1.0" encoding="utf-8"?>
<merge
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:textSize="@dimen/tmap_12dp" android:gravity="center" android:id="@id/np__numberpicker_input" android:background="@null" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" />
</merge>