adding a couple UI corrections

This commit is contained in:
tibbi 2016-08-04 21:59:35 +02:00
parent fe4f1909d8
commit df633c534e
2 changed files with 10 additions and 8 deletions

View File

@ -2,15 +2,15 @@
<android.support.design.widget.CoordinatorLayout <android.support.design.widget.CoordinatorLayout
android:id="@+id/day_coordinator" android:id="@+id/day_coordinator"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"> android:layout_marginTop="@dimen/activity_margin">
<RelativeLayout <RelativeLayout
android:id="@+id/day_holder" android:id="@+id/day_holder"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content">
android:padding="@dimen/activity_margin">
<include layout="@layout/top_navigation"/> <include layout="@layout/top_navigation"/>
@ -19,17 +19,19 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_below="@+id/top_text" android:layout_below="@+id/top_text"
android:choiceMode="multipleChoiceModal"/> android:choiceMode="multipleChoiceModal"
android:clipToPadding="false"
android:paddingLeft="@dimen/activity_margin"/>
</RelativeLayout> </RelativeLayout>
<android.support.design.widget.FloatingActionButton <android.support.design.widget.FloatingActionButton
android:id="@+id/day_fab" android:id="@+id/day_fab"
app:backgroundTint="@color/colorPrimary"
app:rippleColor="@color/mediumGrey"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="bottom|end" android:layout_gravity="bottom|end"
android:layout_margin="@dimen/activity_margin" android:layout_margin="@dimen/activity_margin"
android:src="@mipmap/plus"/> android:src="@mipmap/plus"
app:backgroundTint="@color/colorPrimary"
app:rippleColor="@color/mediumGrey"/>
</android.support.design.widget.CoordinatorLayout> </android.support.design.widget.CoordinatorLayout>

View File

@ -40,7 +40,7 @@
android:layout_below="@+id/event_item_title" android:layout_below="@+id/event_item_title"
android:layout_marginLeft="@dimen/activity_margin" android:layout_marginLeft="@dimen/activity_margin"
android:layout_toRightOf="@+id/event_item_start" android:layout_toRightOf="@+id/event_item_start"
android:alpha=".5" android:alpha=".4"
android:maxLines="1" android:maxLines="1"
android:text="Event description" android:text="Event description"
android:textSize="@dimen/day_text_size"/> android:textSize="@dimen/day_text_size"/>