Skip to content

Commit f60115e

Browse files
committed
1 parent 63db7f8 commit f60115e

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" >
2+
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
3+
android:layout_width="match_parent"
4+
android:layout_height="match_parent">
35

46
<LinearLayout
57
android:layout_width="match_parent"
68
android:layout_height="wrap_content"
79
android:gravity="center_horizontal"
810
android:orientation="vertical"
9-
android:padding="@dimen/spacing_16"
10-
android:paddingBottom="@dimen/spacing_80">
11+
android:paddingBottom="@dimen/spacing_128"
12+
android:paddingLeft="@dimen/spacing_16"
13+
android:paddingRight="@dimen/spacing_16"
14+
android:paddingTop="@dimen/spacing_16">
1115

1216
<Button
1317
android:id="@+id/btn_short_snackbar"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<dimen name="spacing_8">8dp</dimen>
55
<dimen name="spacing_16">16dp</dimen>
66
<dimen name="spacing_24">24dp</dimen>
7-
<dimen name="spacing_80">80dp</dimen>
7+
<dimen name="spacing_128">128dp</dimen>
88

99
<dimen name="font_40">40sp</dimen>
1010
<dimen name="font_26">26sp</dimen>

0 commit comments

Comments
 (0)