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

Commit 4b30489

Browse files
author
Doug Sigelbaum
committed
Make margins between slice and URI smaller.
1 parent 7958eaa commit 4b30489

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,8 @@
4242
android:id="@+id/uri_value"
4343
android:layout_width="wrap_content"
4444
android:layout_height="wrap_content"
45-
android:paddingBottom="@dimen/margin_medium"
4645
app:layout_constraintStart_toStartOf="@id/uri_label"
4746
app:layout_constraintTop_toBottomOf="@+id/uri_label"
48-
4947
tools:text="content://..." />
5048

5149
<ScrollView

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
android:layout_height="wrap_content"
5050
android:drawableEnd="@drawable/ic_arrow_forward_black_24dp"
5151
android:gravity="center_vertical"
52-
android:paddingBottom="@dimen/margin_small"
5352
tools:text="content://..." />
5453
</LinearLayout>
5554

0 commit comments

Comments
 (0)