updating a event type item placeholder text

This commit is contained in:
tibbi
2017-12-01 23:54:52 +01:00
parent 0408dacc9b
commit bfe630fbc3

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<FrameLayout <FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/event_item_frame" android:id="@+id/event_item_frame"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -24,7 +25,7 @@
android:layout_toLeftOf="@+id/event_type_color" android:layout_toLeftOf="@+id/event_type_color"
android:paddingLeft="@dimen/medium_margin" android:paddingLeft="@dimen/medium_margin"
android:paddingRight="@dimen/medium_margin" android:paddingRight="@dimen/medium_margin"
android:text="@string/text_color"/> tools:text="Event type"/>
<ImageView <ImageView
android:id="@+id/event_type_color" android:id="@+id/event_type_color"