mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-01-05 04:47:42 +01:00
make sure the event type at importing is left aligned
This commit is contained in:
parent
6ae1b80e2c
commit
365c400505
@ -1,6 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:id="@+id/import_events_holder"
|
android:id="@+id/import_events_holder"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
@ -26,12 +27,13 @@
|
|||||||
|
|
||||||
<com.simplemobiletools.commons.views.MyTextView
|
<com.simplemobiletools.commons.views.MyTextView
|
||||||
android:id="@+id/import_event_type_title"
|
android:id="@+id/import_event_type_title"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_centerVertical="true"
|
android:layout_centerVertical="true"
|
||||||
android:layout_toLeftOf="@+id/import_event_type_color"
|
android:layout_toLeftOf="@+id/import_event_type_color"
|
||||||
android:paddingLeft="@dimen/medium_margin"
|
android:paddingLeft="@dimen/medium_margin"
|
||||||
android:paddingRight="@dimen/medium_margin"/>
|
android:paddingRight="@dimen/medium_margin"
|
||||||
|
tools:text="@string/regular_event"/>
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/import_event_type_color"
|
android:id="@+id/import_event_type_color"
|
||||||
|
Loading…
Reference in New Issue
Block a user