Signal-Android/app/src/main/res/layout/custom_expire_timer_selecto...

20 wiersze
709 B
XML

<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:viewBindingIgnore="true"
tools:orientation="horizontal"
tools:parentTag="android.widget.LinearLayout">
<NumberPicker
android:id="@+id/custom_expire_timer_selector_value"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="8dp" />
<NumberPicker
android:id="@+id/custom_expire_timer_selector_unit"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="8dp" />
</merge>