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-01-31 10:58:45 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
08c4dcf9cfcd63fc798ff20e2c75ce295e3169cf
08c4dcf9
1 parent
d43c4a7b
ui fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
warply_android_sdk/build.gradle
warply_android_sdk/src/main/res/layout/activity_loyalty_wallet.xml
warply_android_sdk/build.gradle
View file @
08c4dcf
...
...
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
ext
{
PUBLISH_GROUP_ID
=
'ly.warp'
PUBLISH_VERSION
=
'4.5.5.4r
7
'
PUBLISH_VERSION
=
'4.5.5.4r
8
'
PUBLISH_ARTIFACT_ID
=
'warply-android-sdk'
}
...
...
warply_android_sdk/src/main/res/layout/activity_loyalty_wallet.xml
View file @
08c4dcf
...
...
@@ -259,7 +259,7 @@
android:includeFontPadding=
"false"
android:text=
"@string/cos_deals_title2"
android:textColor=
"@color/cos_light_black"
android:textSize=
"1
2
sp"
android:textSize=
"1
0
sp"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
...
...
@@ -348,7 +348,7 @@
android:includeFontPadding=
"false"
android:text=
"@string/cos_market_title"
android:textColor=
"@color/cos_light_black"
android:textSize=
"1
2
sp"
android:textSize=
"1
0
sp"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
...
...
@@ -436,7 +436,7 @@
android:includeFontPadding=
"false"
android:text=
"@string/cos_gifts_title"
android:textColor=
"@color/cos_light_black"
android:textSize=
"1
2
sp"
android:textSize=
"1
0
sp"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
...
...
Please
register
or
login
to post a comment