Merge "Tune Dashboard layouts following UX spec" into lmp-preview-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
bf088b5f5d
@@ -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
|
||||
|
Reference in New Issue
Block a user