Skip to content

Commit 3e7e14b

Browse files
author
Ville Orkas
committed
Version 2.0.0-beta2
1 parent c1b2dc1 commit 3e7e14b

File tree

18 files changed

+221
-286
lines changed

18 files changed

+221
-286
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
minSdkVersion 9
1010
targetSdkVersion 23
1111
versionCode = 2000
12-
versionName = "2.0.0-beta1"
12+
versionName = "2.0.0-beta2"
1313
}
1414
buildTypes {
1515
release {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<shape xmlns:android="http://schemas.android.com/apk/res/android">
3-
<gradient android:angle="90" android:startColor="#FF222222" android:endColor="#ff555555"/>
3+
<gradient android:angle="135" android:startColor="#FFAA2C54" android:endColor="#FF232C37"/>
44
</shape>
6.48 KB
Loading

app/src/main/res/layout/unityads_example_layout.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
android:layout_height="match_parent"
44
android:background="@drawable/unityads_example_background">
55

6-
<TextView android:layout_width="wrap_content"
6+
<ImageView android:layout_width="280dp"
77
android:layout_height="wrap_content"
8-
android:text="@string/unityads_example_product_name"
8+
android:src="@drawable/unityads_logo"
99
android:layout_centerHorizontal="true"
1010
android:layout_alignParentTop="true"
1111
android:layout_marginTop="40dp"
12-
android:textSize="45sp"
13-
android:textColor="#FFFFFFFF"
12+
android:layout_marginLeft="40dp"
13+
android:layout_marginRight="40dp"
1414
android:id="@+id/unityads_example_title_text" />
1515

1616
<LinearLayout
@@ -88,7 +88,7 @@
8888
android:layout_below="@id/unityads_example_config_container"
8989
android:layout_centerHorizontal="true">
9090

91-
<Button android:background="#FFff0066"
91+
<Button android:background="#FF2196F3"
9292
android:id="@+id/unityads_example_initialize_button"
9393
android:layout_width="130dp"
9494
android:layout_height="45dp"
@@ -98,7 +98,7 @@
9898
android:layout_marginBottom="15dp"
9999
android:layout_marginRight="15dp"/>
100100

101-
<Button android:background="#FF19e3b1"
101+
<Button android:background="#FF2196F3"
102102
android:id="@+id/unityads_example_interstitial_button"
103103
android:layout_width="130dp"
104104
android:layout_height="45dp"
@@ -110,7 +110,7 @@
110110
android:layout_marginRight="15dp"/>
111111

112112
<Button
113-
android:background="#FF19e3b1"
113+
android:background="#FF2196F3"
114114
android:id="@+id/unityads_example_incentivized_button"
115115
android:layout_width="130dp"
116116
android:layout_height="45dp"
3.32 KB
Loading
2.09 KB
Loading
5.25 KB
Loading
15.3 KB
Loading
27.3 KB
Loading

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
jcenter()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:2.1.0'
7+
classpath 'com.android.tools.build:gradle:2.1.2'
88

99
// NOTE: Do not place your application dependencies here; they belong
1010
// in the individual module build.gradle files

0 commit comments

Comments
 (0)