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
2022-09-19 15:05:48 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5548a79df70714044698b807cdd58ce79099949b
5548a79d
1 parent
aef523e4
minor ui fixes
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
warply_android_sdk/src/main/res/layout/activity_coupon_info.xml
warply_android_sdk/src/main/res/layout/activity_loyalty_analysis.xml
warply_android_sdk/src/main/res/layout/activity_coupon_info.xml
View file @
5548a79
...
...
@@ -37,7 +37,8 @@
<ScrollView
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_below=
"@+id/cl_loyalty_wallet_header"
>
android:layout_below=
"@+id/cl_loyalty_wallet_header"
android:overScrollMode=
"never"
>
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width=
"match_parent"
...
...
warply_android_sdk/src/main/res/layout/activity_loyalty_analysis.xml
View file @
5548a79
...
...
@@ -108,6 +108,7 @@
android:layout_below=
"@+id/rv_expired_coupons"
android:layout_centerHorizontal=
"true"
android:layout_marginTop=
"20dp"
android:paddingBottom=
"56dp"
android:gravity=
"center"
android:orientation=
"horizontal"
android:visibility=
"gone"
...
...
@@ -179,6 +180,7 @@
android:layout_centerHorizontal=
"true"
android:layout_marginTop=
"20dp"
android:gravity=
"center"
android:paddingBottom=
"56dp"
android:orientation=
"horizontal"
android:visibility=
"gone"
tools:visibility=
"visible"
>
...
...
Please
register
or
login
to post a comment