Skip to content

Commit d0020f8

Browse files
authoredJun 1, 2017
Merge pull request #15 from zucks/v1.5.1
v1.5.1
2 parents 929fb25 + 780e5c2 commit d0020f8

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed
 

‎app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "net.zucks.zucksadnetworksdk.sample.android"
99
minSdkVersion 14
1010
targetSdkVersion 25
11-
versionCode 9
12-
versionName "1.5.0"
11+
versionCode 10
12+
versionName "1.5.1"
1313
}
1414
buildTypes {
1515
release {

‎app/src/main/res/layout/item_native_ad.xml

+14-3
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,30 @@
2828
android:text="本文"/>
2929

3030
<TextView
31-
android:id="@+id/text_advertiser_name"
31+
android:id="@+id/text_product_name"
3232
android:layout_width="wrap_content"
3333
android:layout_height="wrap_content"
34+
android:layout_alignParentLeft="true"
35+
android:layout_alignParentStart="true"
3436
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"
3546
android:text="広告主名"/>
3647

3748
<TextView
38-
android:id="@+id/text_product_name"
49+
android:id="@+id/text_pr"
3950
android:layout_width="wrap_content"
4051
android:layout_height="wrap_content"
4152
android:layout_alignParentRight="true"
4253
android:layout_below="@id/text_body"
43-
android:text="製品名"/>
54+
android:text="PR"/>
4455

4556
<Button
4657
android:id="@+id/button_link"

0 commit comments

Comments
 (0)
Please sign in to comment.