Showing
7 changed files
with
7 additions
and
7 deletions
... | @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' | ... | @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' |
2 | 2 | ||
3 | ext { | 3 | ext { |
4 | PUBLISH_GROUP_ID = 'ly.warp' | 4 | PUBLISH_GROUP_ID = 'ly.warp' |
5 | - PUBLISH_VERSION = '4.5.5.4r24' | 5 | + PUBLISH_VERSION = '4.5.5.4r25' |
6 | PUBLISH_ARTIFACT_ID = 'warply-android-sdk' | 6 | PUBLISH_ARTIFACT_ID = 'warply-android-sdk' |
7 | } | 7 | } |
8 | 8 | ... | ... |
... | @@ -59,7 +59,7 @@ | ... | @@ -59,7 +59,7 @@ |
59 | <ImageView | 59 | <ImageView |
60 | android:id="@+id/imageView6" | 60 | android:id="@+id/imageView6" |
61 | android:layout_width="match_parent" | 61 | android:layout_width="match_parent" |
62 | - android:layout_height="255dp" | 62 | + android:layout_height="222dp" |
63 | android:scaleType="centerCrop" | 63 | android:scaleType="centerCrop" |
64 | app:layout_constraintStart_toStartOf="parent" | 64 | app:layout_constraintStart_toStartOf="parent" |
65 | app:layout_constraintTop_toTopOf="parent" | 65 | app:layout_constraintTop_toTopOf="parent" | ... | ... |
... | @@ -57,7 +57,7 @@ | ... | @@ -57,7 +57,7 @@ |
57 | <ImageView | 57 | <ImageView |
58 | android:id="@+id/imageView6" | 58 | android:id="@+id/imageView6" |
59 | android:layout_width="match_parent" | 59 | android:layout_width="match_parent" |
60 | - android:layout_height="255dp" | 60 | + android:layout_height="222dp" |
61 | android:scaleType="centerCrop" | 61 | android:scaleType="centerCrop" |
62 | tools:src="@drawable/carousel_banner" /> | 62 | tools:src="@drawable/carousel_banner" /> |
63 | 63 | ... | ... |
... | @@ -59,7 +59,7 @@ | ... | @@ -59,7 +59,7 @@ |
59 | <ImageView | 59 | <ImageView |
60 | android:id="@+id/imageView6" | 60 | android:id="@+id/imageView6" |
61 | android:layout_width="match_parent" | 61 | android:layout_width="match_parent" |
62 | - android:layout_height="255dp" | 62 | + android:layout_height="222dp" |
63 | android:scaleType="centerCrop" | 63 | android:scaleType="centerCrop" |
64 | app:layout_constraintStart_toStartOf="parent" | 64 | app:layout_constraintStart_toStartOf="parent" |
65 | app:layout_constraintTop_toTopOf="parent" | 65 | app:layout_constraintTop_toTopOf="parent" | ... | ... |
... | @@ -55,7 +55,7 @@ | ... | @@ -55,7 +55,7 @@ |
55 | <ImageView | 55 | <ImageView |
56 | android:id="@+id/imageView6" | 56 | android:id="@+id/imageView6" |
57 | android:layout_width="match_parent" | 57 | android:layout_width="match_parent" |
58 | - android:layout_height="255dp" | 58 | + android:layout_height="222dp" |
59 | android:scaleType="centerCrop" | 59 | android:scaleType="centerCrop" |
60 | tools:src="@drawable/carousel_banner" /> | 60 | tools:src="@drawable/carousel_banner" /> |
61 | 61 | ... | ... |
... | @@ -63,7 +63,7 @@ | ... | @@ -63,7 +63,7 @@ |
63 | <ImageView | 63 | <ImageView |
64 | android:id="@+id/imageView6" | 64 | android:id="@+id/imageView6" |
65 | android:layout_width="match_parent" | 65 | android:layout_width="match_parent" |
66 | - android:layout_height="255dp" | 66 | + android:layout_height="222dp" |
67 | android:layout_centerHorizontal="true" | 67 | android:layout_centerHorizontal="true" |
68 | android:scaleType="centerCrop" | 68 | android:scaleType="centerCrop" |
69 | tools:src="@drawable/carousel_banner" /> | 69 | tools:src="@drawable/carousel_banner" /> | ... | ... |
... | @@ -56,7 +56,7 @@ | ... | @@ -56,7 +56,7 @@ |
56 | <ImageView | 56 | <ImageView |
57 | android:id="@+id/imageView6" | 57 | android:id="@+id/imageView6" |
58 | android:layout_width="match_parent" | 58 | android:layout_width="match_parent" |
59 | - android:layout_height="255dp" | 59 | + android:layout_height="222dp" |
60 | android:scaleType="centerCrop" | 60 | android:scaleType="centerCrop" |
61 | android:src="@drawable/unified_coupon_banner" /> | 61 | android:src="@drawable/unified_coupon_banner" /> |
62 | 62 | ... | ... |
-
Please register or login to post a comment