make the default event date Unknown
This commit is contained in:
parent
e497c83182
commit
2424edb99b
|
@ -12,12 +12,13 @@
|
||||||
android:layout_centerVertical="true"
|
android:layout_centerVertical="true"
|
||||||
android:layout_toLeftOf="@+id/contact_event_type"
|
android:layout_toLeftOf="@+id/contact_event_type"
|
||||||
android:layout_toStartOf="@+id/contact_event_type"
|
android:layout_toStartOf="@+id/contact_event_type"
|
||||||
|
android:alpha="0.5"
|
||||||
android:background="?attr/selectableItemBackground"
|
android:background="?attr/selectableItemBackground"
|
||||||
android:paddingBottom="@dimen/normal_margin"
|
android:paddingBottom="@dimen/normal_margin"
|
||||||
android:paddingLeft="@dimen/medium_margin"
|
android:paddingLeft="@dimen/medium_margin"
|
||||||
android:paddingRight="@dimen/medium_margin"
|
android:paddingRight="@dimen/medium_margin"
|
||||||
android:paddingTop="@dimen/normal_margin"
|
android:paddingTop="@dimen/normal_margin"
|
||||||
android:text="1/1/1990"
|
android:text="@string/unknown"
|
||||||
android:textSize="@dimen/bigger_text_size"/>
|
android:textSize="@dimen/bigger_text_size"/>
|
||||||
|
|
||||||
<com.simplemobiletools.commons.views.MyTextView
|
<com.simplemobiletools.commons.views.MyTextView
|
||||||
|
|
Loading…
Reference in New Issue