File tree 2 files changed +16
-5
lines changed
2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
8
8
applicationId " net.zucks.zucksadnetworksdk.sample.android"
9
9
minSdkVersion 14
10
10
targetSdkVersion 25
11
- versionCode 9
12
- versionName " 1.5.0 "
11
+ versionCode 10
12
+ versionName " 1.5.1 "
13
13
}
14
14
buildTypes {
15
15
release {
Original file line number Diff line number Diff line change 28
28
android : text =" 本文" />
29
29
30
30
<TextView
31
- android : id =" @+id/text_advertiser_name "
31
+ android : id =" @+id/text_product_name "
32
32
android : layout_width =" wrap_content"
33
33
android : layout_height =" wrap_content"
34
+ android : layout_alignParentLeft =" true"
35
+ android : layout_alignParentStart =" true"
34
36
android : layout_below =" @id/text_body"
37
+ android : text =" 製品名" />
38
+
39
+ <TextView
40
+ android : id =" @+id/text_advertiser_name"
41
+ android : layout_width =" wrap_content"
42
+ android : layout_height =" wrap_content"
43
+ android : layout_alignBaseline =" @+id/text_product_name"
44
+ android : layout_alignBottom =" @+id/text_product_name"
45
+ android : layout_centerHorizontal =" true"
35
46
android : text =" 広告主名" />
36
47
37
48
<TextView
38
- android : id =" @+id/text_product_name "
49
+ android : id =" @+id/text_pr "
39
50
android : layout_width =" wrap_content"
40
51
android : layout_height =" wrap_content"
41
52
android : layout_alignParentRight =" true"
42
53
android : layout_below =" @id/text_body"
43
- android : text =" 製品名 " />
54
+ android : text =" PR " />
44
55
45
56
<Button
46
57
android : id =" @+id/button_link"
You can’t perform that action at this time.
0 commit comments