reverting some event list view changes for better alignment
This commit is contained in:
parent
8f8f4056fa
commit
0d9f5b6903
3 changed files with 6 additions and 6 deletions
|
@ -42,8 +42,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_below="@+id/event_item_start"
|
||||
android:layout_toEndOf="@+id/event_item_color_bar"
|
||||
android:textSize="@dimen/day_text_size"
|
||||
tools:text="15:00" />
|
||||
android:text="15:00"
|
||||
android:textSize="@dimen/day_text_size" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/event_item_title"
|
||||
|
|
|
@ -44,8 +44,8 @@
|
|||
android:layout_below="@+id/event_item_start"
|
||||
android:layout_toEndOf="@+id/event_item_color_bar"
|
||||
android:includeFontPadding="false"
|
||||
android:textSize="@dimen/day_text_size"
|
||||
tools:text="15:00" />
|
||||
android:text="15:00"
|
||||
android:textSize="@dimen/day_text_size" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/event_item_title"
|
||||
|
|
|
@ -32,8 +32,8 @@
|
|||
android:layout_below="@+id/event_item_start"
|
||||
android:layout_toEndOf="@+id/event_item_color_bar"
|
||||
android:includeFontPadding="false"
|
||||
android:textSize="@dimen/day_text_size"
|
||||
tools:text="15:00" />
|
||||
android:text="15:00"
|
||||
android:textSize="@dimen/day_text_size" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/event_item_title"
|
||||
|
|
Loading…
Reference in a new issue