reverting some event list view changes for better alignment

This commit is contained in:
tibbi 2021-11-20 17:57:31 +01:00
parent 8f8f4056fa
commit 0d9f5b6903
3 changed files with 6 additions and 6 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"