Skip to content
Snippets Groups Projects
Commit c6d574af authored by Emma Falkiewitz's avatar Emma Falkiewitz Committed by Pierre Nicolas
Browse files

contactEvent: delete unneeded space

GitLab: #1564
Change-Id: Id54ca209935aa68844383c297218ffde430d24f2
parent 748883a6
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ along with this program; if not, write to the Free Software
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:paddingVertical="@dimen/conversation_date_padding"
android:paddingTop="@dimen/conversation_date_padding"
android:textColor="@color/textColorSecondary"
android:textSize="@dimen/conversation_text_size_small"
tools:text="Aug 12" />
......@@ -44,7 +44,7 @@ along with this program; if not, write to the Free Software
android:marqueeRepeatLimit="marquee_forever"
android:maxLines="1"
android:paddingHorizontal="@dimen/padding_large"
android:paddingVertical="@dimen/conversation_date_padding"
android:paddingTop="@dimen/conversation_date_padding"
android:scrollHorizontally="true"
android:singleLine="true"
android:textColor="@color/textColorSecondary"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment