nice up the layout
This commit is contained in:
parent
5a6d822694
commit
1f4f44c2ce
1 changed files with 9 additions and 5 deletions
|
@ -40,7 +40,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
android:paddingRight="3dp"
|
||||
android:paddingRight="4dp"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:textColor="?android:textColorSecondary"
|
||||
tools:text="12.10.2013 17:00" />
|
||||
|
@ -60,16 +60,20 @@
|
|||
android:layout_width="48dp"
|
||||
android:layout_height="74dp"
|
||||
android:layout_gravity="center"
|
||||
android:layout_margin="4dp" />
|
||||
android:layout_margin="8dp" />
|
||||
<!-- <include layout="@layout/category_indicator" /> -->
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
<View
|
||||
android:id="@+id/actions_separator"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="2dip"
|
||||
android:layout_below="@id/pass_top"
|
||||
android:layout_margin="7dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginRight="8dp"
|
||||
android:background="#dfdfdf"
|
||||
android:padding="7dp" />
|
||||
|
||||
|
@ -84,7 +88,7 @@
|
|||
android:background="@drawable/clickable_bg"
|
||||
android:clickable="true"
|
||||
android:drawableLeft="@drawable/ic_place_grey600_18dp"
|
||||
android:padding="4dp"
|
||||
android:padding="8dp"
|
||||
android:text="@string/pass_directions" />
|
||||
|
||||
|
||||
|
@ -98,7 +102,7 @@
|
|||
android:background="@drawable/clickable_bg"
|
||||
android:clickable="true"
|
||||
android:drawableRight="@drawable/ic_today_grey600_18dp"
|
||||
android:padding="4dp"
|
||||
android:padding="8dp"
|
||||
android:text="@string/pass_to_calendar" />
|
||||
|
||||
<LinearLayout
|
||||
|
|
Loading…
Reference in a new issue