mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
reverting some event list view changes for better alignment
This commit is contained in:
@@ -42,8 +42,8 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_below="@+id/event_item_start"
|
android:layout_below="@+id/event_item_start"
|
||||||
android:layout_toEndOf="@+id/event_item_color_bar"
|
android:layout_toEndOf="@+id/event_item_color_bar"
|
||||||
android:textSize="@dimen/day_text_size"
|
android:text="15:00"
|
||||||
tools:text="15:00" />
|
android:textSize="@dimen/day_text_size" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/event_item_title"
|
android:id="@+id/event_item_title"
|
||||||
|
@@ -44,8 +44,8 @@
|
|||||||
android:layout_below="@+id/event_item_start"
|
android:layout_below="@+id/event_item_start"
|
||||||
android:layout_toEndOf="@+id/event_item_color_bar"
|
android:layout_toEndOf="@+id/event_item_color_bar"
|
||||||
android:includeFontPadding="false"
|
android:includeFontPadding="false"
|
||||||
android:textSize="@dimen/day_text_size"
|
android:text="15:00"
|
||||||
tools:text="15:00" />
|
android:textSize="@dimen/day_text_size" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/event_item_title"
|
android:id="@+id/event_item_title"
|
||||||
|
@@ -32,8 +32,8 @@
|
|||||||
android:layout_below="@+id/event_item_start"
|
android:layout_below="@+id/event_item_start"
|
||||||
android:layout_toEndOf="@+id/event_item_color_bar"
|
android:layout_toEndOf="@+id/event_item_color_bar"
|
||||||
android:includeFontPadding="false"
|
android:includeFontPadding="false"
|
||||||
android:textSize="@dimen/day_text_size"
|
android:text="15:00"
|
||||||
tools:text="15:00" />
|
android:textSize="@dimen/day_text_size" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/event_item_title"
|
android:id="@+id/event_item_title"
|
||||||
|
Reference in New Issue
Block a user