Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_android_sdk_maven_plugin
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Panagiotis Triantafyllou
2024-05-02 11:47:57 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
170eac1c0b3b262d2d93272180d1484ed1bbf24a
170eac1c
1 parent
5e3f7d05
coupon inner photo dimen
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
warply_android_sdk/build.gradle
warply_android_sdk/src/main/res/layout/activity_contextual.xml
warply_android_sdk/src/main/res/layout/activity_coupon_info.xml
warply_android_sdk/src/main/res/layout/activity_coupon_share.xml
warply_android_sdk/src/main/res/layout/activity_couponset_info.xml
warply_android_sdk/src/main/res/layout/activity_telco.xml
warply_android_sdk/src/main/res/layout/activity_unified_coupon_info.xml
warply_android_sdk/build.gradle
View file @
170eac1
...
...
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
ext
{
PUBLISH_GROUP_ID
=
'ly.warp'
PUBLISH_VERSION
=
'4.5.5.4r2
4
'
PUBLISH_VERSION
=
'4.5.5.4r2
5
'
PUBLISH_ARTIFACT_ID
=
'warply-android-sdk'
}
...
...
warply_android_sdk/src/main/res/layout/activity_contextual.xml
View file @
170eac1
...
...
@@ -59,7 +59,7 @@
<ImageView
android:id=
"@+id/imageView6"
android:layout_width=
"match_parent"
android:layout_height=
"2
55
dp"
android:layout_height=
"2
22
dp"
android:scaleType=
"centerCrop"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
...
...
warply_android_sdk/src/main/res/layout/activity_coupon_info.xml
View file @
170eac1
...
...
@@ -57,7 +57,7 @@
<ImageView
android:id=
"@+id/imageView6"
android:layout_width=
"match_parent"
android:layout_height=
"2
55
dp"
android:layout_height=
"2
22
dp"
android:scaleType=
"centerCrop"
tools:src=
"@drawable/carousel_banner"
/>
...
...
warply_android_sdk/src/main/res/layout/activity_coupon_share.xml
View file @
170eac1
...
...
@@ -59,7 +59,7 @@
<ImageView
android:id=
"@+id/imageView6"
android:layout_width=
"match_parent"
android:layout_height=
"2
55
dp"
android:layout_height=
"2
22
dp"
android:scaleType=
"centerCrop"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
...
...
warply_android_sdk/src/main/res/layout/activity_couponset_info.xml
View file @
170eac1
...
...
@@ -55,7 +55,7 @@
<ImageView
android:id=
"@+id/imageView6"
android:layout_width=
"match_parent"
android:layout_height=
"2
55
dp"
android:layout_height=
"2
22
dp"
android:scaleType=
"centerCrop"
tools:src=
"@drawable/carousel_banner"
/>
...
...
warply_android_sdk/src/main/res/layout/activity_telco.xml
View file @
170eac1
...
...
@@ -63,7 +63,7 @@
<ImageView
android:id=
"@+id/imageView6"
android:layout_width=
"match_parent"
android:layout_height=
"2
55
dp"
android:layout_height=
"2
22
dp"
android:layout_centerHorizontal=
"true"
android:scaleType=
"centerCrop"
tools:src=
"@drawable/carousel_banner"
/>
...
...
warply_android_sdk/src/main/res/layout/activity_unified_coupon_info.xml
View file @
170eac1
...
...
@@ -56,7 +56,7 @@
<ImageView
android:id=
"@+id/imageView6"
android:layout_width=
"match_parent"
android:layout_height=
"2
55
dp"
android:layout_height=
"2
22
dp"
android:scaleType=
"centerCrop"
android:src=
"@drawable/unified_coupon_banner"
/>
...
...
Please
register
or
login
to post a comment