make sure the event type at importing is left aligned

This commit is contained in:
tibbi 2018-12-03 11:45:10 +01:00
parent 6ae1b80e2c
commit 365c400505

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/import_events_holder"
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -26,12 +27,13 @@
<com.simplemobiletools.commons.views.MyTextView
android:id="@+id/import_event_type_title"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_toLeftOf="@+id/import_event_type_color"
android:paddingLeft="@dimen/medium_margin"
android:paddingRight="@dimen/medium_margin"/>
android:paddingRight="@dimen/medium_margin"
tools:text="@string/regular_event"/>
<ImageView
android:id="@+id/import_event_type_color"