make the default event date Unknown

This commit is contained in:
tibbi 2017-12-27 19:37:06 +01:00
parent e497c83182
commit 2424edb99b
1 changed files with 2 additions and 1 deletions

View File

@ -12,12 +12,13 @@
android:layout_centerVertical="true"
android:layout_toLeftOf="@+id/contact_event_type"
android:layout_toStartOf="@+id/contact_event_type"
android:alpha="0.5"
android:background="?attr/selectableItemBackground"
android:paddingBottom="@dimen/normal_margin"
android:paddingLeft="@dimen/medium_margin"
android:paddingRight="@dimen/medium_margin"
android:paddingTop="@dimen/normal_margin"
android:text="1/1/1990"
android:text="@string/unknown"
android:textSize="@dimen/bigger_text_size"/>
<com.simplemobiletools.commons.views.MyTextView