Skip to content

Commit

Permalink
Merge pull request iammert#10 from defer/ft-fix-sample-nested-scrolling
Browse files Browse the repository at this point in the history
app: collapsing demo: Use padding instead of margin for text
  • Loading branch information
iammert authored Oct 12, 2017
2 parents ade2860 + 9a41119 commit 9e1018e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_collapsing.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="16dp"
android:padding="16dp"
android:orientation="vertical">

<TextView
Expand Down

0 comments on commit 9e1018e

Please sign in to comment.