File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments