File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
material-intro-screen/src/main/res/layout Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
android : id =" @+id/slide_background"
6
6
android : layout_width =" match_parent"
7
7
android : layout_height =" match_parent"
8
- android : layout_marginLeft =" 16dp"
9
- android : layout_marginRight =" 16dp"
10
- android : layout_marginTop =" 16dp"
11
8
android : background =" @android:color/transparent"
12
9
android : clipToPadding =" false"
13
10
android : fitsSystemWindows =" false"
14
11
android : gravity =" center"
15
12
android : orientation =" vertical"
13
+ android : paddingLeft =" 16dp"
14
+ android : paddingTop =" 16dp"
15
+ android : paddingRight =" 16dp"
16
16
android : paddingBottom =" 164dp" >
17
17
18
18
<ImageView
19
19
android : id =" @+id/image_slide"
20
20
android : layout_width =" wrap_content"
21
21
android : layout_height =" 0dp"
22
- android : layout_marginBottom =" 8dp"
23
22
android : layout_marginLeft =" 48dp"
24
- android : layout_marginRight =" 48dp"
25
23
android : layout_marginTop =" 48dp"
24
+ android : layout_marginRight =" 48dp"
25
+ android : layout_marginBottom =" 8dp"
26
26
android : layout_weight =" 1"
27
27
android : adjustViewBounds =" true"
28
28
android : gravity =" center"
You can’t perform that action at this time.
0 commit comments