Tune Dashboard layouts following UX spec
See bug: #15384992 Setting Dashboard - padding updates Change-Id: I2554fa73ca293e10490982df58a42d293b48d311
This commit is contained in:
@@ -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