Skip to content
This repository was archived by the owner on Sep 13, 2019. It is now read-only.

Commit 7958eaa

Browse files
author
Doug Sigelbaum
committed
Make margins smaller around slices.
1 parent 76c1374 commit 7958eaa

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/src/main/res/layout/slice_row.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
xmlns:tools="http://schemas.android.com/tools"
1919
android:layout_width="match_parent"
2020
android:layout_height="wrap_content"
21-
android:layout_marginBottom="@dimen/margin_large"
22-
android:layout_marginTop="@dimen/margin_large"
21+
android:layout_marginBottom="@dimen/margin_medium"
22+
android:layout_marginTop="@dimen/margin_medium"
2323
android:orientation="vertical">
2424

2525
<LinearLayout

app/src/main/res/values/dimens.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
<!-- Semantic definitions -->
2929
<dimen name="slice_elevation">@dimen/margin_tiny</dimen>
30-
<dimen name="horizontal_page_margin">@dimen/margin_medium</dimen>
31-
<dimen name="vertical_page_margin">@dimen/margin_medium</dimen>
30+
<dimen name="horizontal_page_margin">@dimen/margin_small</dimen>
31+
<dimen name="vertical_page_margin">@dimen/margin_small</dimen>
3232
<dimen name="textSize">10sp</dimen>
3333
<dimen name="smallTextSize">9sp</dimen>
3434
<dimen name="align_with_slice_item">20dp</dimen>

0 commit comments

Comments
 (0)