|
|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
<RelativeLayout
|
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
@ -13,8 +14,8 @@
|
|
|
|
|
android:layout_alignParentTop="true"
|
|
|
|
|
app:npv_WrapSelectorWheel="false"
|
|
|
|
|
app:npv_DividerColor="#cbc8ea"
|
|
|
|
|
app:npv_TextColorNormal="?conversation_number_picker_text_color_normal"
|
|
|
|
|
app:npv_TextColorSelected="?conversation_number_picker_text_color_selected"
|
|
|
|
|
app:npv_TextColorNormal="@color/text"
|
|
|
|
|
app:npv_TextColorSelected="@color/text"
|
|
|
|
|
app:npv_ItemPaddingVertical="20dp"
|
|
|
|
|
app:npv_TextColorHint="@color/grey_600"
|
|
|
|
|
app:npv_TextSizeNormal="16sp"
|
|
|
|
|
@ -22,7 +23,8 @@
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"/>
|
|
|
|
|
|
|
|
|
|
<TextView android:id="@+id/expiration_details"
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/expiration_details"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_below="@id/expiration_number_picker"
|
|
|
|
|
@ -30,5 +32,4 @@
|
|
|
|
|
android:padding="20dp"
|
|
|
|
|
tools:text="Your messages will not expire."/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|