File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <LinearLayout xmlns : android = " http://schemas.android.com/apk/res/android "
3
- android : orientation = " vertical "
2
+ <LinearLayout
3
+ xmlns : android = " http://schemas.android.com/apk/res/android "
4
4
android : layout_width =" match_parent"
5
5
android : layout_height =" match_parent"
6
- android : gravity =" center|bottom" >
6
+ android : clipChildren =" false"
7
+ android : clipToPadding =" false"
8
+ android : gravity =" center|bottom"
9
+ android : orientation =" vertical" >
7
10
8
11
<LinearLayout
9
- android : gravity =" center"
10
- android : layout_weight =" 1.0"
11
12
android : layout_width =" match_parent"
12
- android : layout_height =" match_parent" >
13
+ android : layout_height =" match_parent"
14
+ android : layout_weight =" 1.0"
15
+ android : gravity =" center" >
13
16
14
17
<ImageView
15
18
android : id =" @+id/logo"
You can’t perform that action at this time.
0 commit comments