Merge "Tune Dashboard layouts following UX spec" into lmp-preview-dev

This commit is contained in:
Fabrice Di Meglio
2014-06-05 20:15:29 +00:00
committed by Android (Google) Code Review
3 changed files with 23 additions and 12 deletions

View File

@@ -19,15 +19,15 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_vertical"
android:minHeight="72dp" >
android:minHeight="@dimen/dashboard_tile_minimum_height" >
<ImageView
android:id="@+id/icon"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:scaleType="centerInside"
android:layout_marginStart="12dp"
android:layout_marginEnd="16dp"
android:layout_marginStart="@dimen/dashboard_tile_image_margin_start"
android:layout_marginEnd="@dimen/dashboard_tile_image_margin_end"
/>
<RelativeLayout