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

Commit

Permalink
Make margins between slice and URI smaller.
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Sigelbaum committed May 16, 2018
1 parent 7958eaa commit 4b30489
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions app/src/main/res/layout/activity_single_slice_viewer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@
android:id="@+id/uri_value"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingBottom="@dimen/margin_medium"
app:layout_constraintStart_toStartOf="@id/uri_label"
app:layout_constraintTop_toBottomOf="@+id/uri_label"

tools:text="content://..." />

<ScrollView
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/slice_row.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
android:layout_height="wrap_content"
android:drawableEnd="@drawable/ic_arrow_forward_black_24dp"
android:gravity="center_vertical"
android:paddingBottom="@dimen/margin_small"
tools:text="content://..." />
</LinearLayout>

Expand Down

0 comments on commit 4b30489

Please sign in to comment.