File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 50
50
android : layout_marginTop =" -20dp"
51
51
android : layout_marginBottom =" 30dp"
52
52
android : layout_centerVertical =" true" />
53
-
54
53
<fragment
55
54
android : layout_width =" wrap_content"
56
55
android : layout_height =" wrap_content"
Original file line number Diff line number Diff line change 19
19
<RelativeLayout xmlns : android =" http://schemas.android.com/apk/res/android"
20
20
xmlns : tools =" http://schemas.android.com/tools"
21
21
android : id =" @+id/activity_variation_b"
22
- android : background =" #FFFFFF "
22
+ android : background =" @drawable/ic_background_varib_marina "
23
23
android : layout_width =" match_parent"
24
24
android : layout_height =" match_parent"
25
25
android : paddingBottom =" @dimen/activity_vertical_margin"
26
26
android : paddingLeft =" @dimen/activity_horizontal_margin"
27
27
android : paddingRight =" @dimen/activity_horizontal_margin"
28
28
android : paddingTop =" @dimen/activity_vertical_margin"
29
+ android : gravity =" center_vertical"
29
30
tools : context =" com.optimizely.ab.android.test_app.VariationBActivity" >
30
- <ImageView
31
- android : layout_width =" match_parent"
32
- android : layout_height =" match_parent"
33
- android : background =" @drawable/ic_background_varib_marina"
34
- />
35
31
<TextView
36
32
android : id =" @+id/tv_variation_b_text_1"
37
33
android : layout_width =" wrap_content"
You can’t perform that action at this time.
0 commit comments