File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed
examples/android/app/src/main/res/layout Expand file tree Collapse file tree 1 file changed +16
-5
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" android : layout_width =" match_parent"
4
- android : layout_height =" match_parent"
5
- android : background =" @drawable/launch_screen" >
6
2
7
- </LinearLayout >
3
+ <RelativeLayout
4
+ xmlns : android =" http://schemas.android.com/apk/res/android"
5
+ android : layout_width =" fill_parent"
6
+ android : layout_height =" fill_parent"
7
+ android : background =" @android:color/black" >
8
+
9
+ <LinearLayout
10
+ android : layout_width =" 350dip"
11
+ android : layout_height =" 450dip"
12
+ android : layout_centerInParent =" true"
13
+ android : background =" @drawable/launch_screen"
14
+ android : orientation =" vertical"
15
+ android : padding =" 30dip"
16
+ >
17
+ </LinearLayout >
18
+ </RelativeLayout >
You can’t perform that action at this time.
0 commit comments