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-03-04 15:30:51 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7076439d8555d27554945e7cce2610b2d6589808
7076439d
1 parent
ace8843c
minor ui fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
warply_android_sdk/src/main/res/layout/fragment_my_rewards.xml
warply_android_sdk/src/main/res/layout/fragment_my_rewards.xml
View file @
7076439
...
...
@@ -353,7 +353,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/ll_user_badge"
android:layout_width=
"wrap_content"
android:layout_height=
"
40
dp"
android:layout_height=
"
34
dp"
android:layout_gravity=
"start"
android:layout_marginHorizontal=
"14dp"
android:layout_marginTop=
"20dp"
...
...
@@ -371,7 +371,7 @@
android:layout_height=
"wrap_content"
android:includeFontPadding=
"false"
android:textColor=
"@color/cos_green12"
android:textSize=
"1
6
sp"
android:textSize=
"1
4
sp"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
...
...
@@ -382,7 +382,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/ll_user_badge_centered"
android:layout_width=
"wrap_content"
android:layout_height=
"
40
dp"
android:layout_height=
"
34
dp"
android:layout_gravity=
"center_horizontal"
android:layout_marginHorizontal=
"14dp"
android:layout_marginTop=
"20dp"
...
...
@@ -400,7 +400,7 @@
android:layout_height=
"wrap_content"
android:includeFontPadding=
"false"
android:textColor=
"@color/cos_green12"
android:textSize=
"1
6
sp"
android:textSize=
"1
4
sp"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
...
...
@@ -411,7 +411,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/ll_user_questionnaire"
android:layout_width=
"wrap_content"
android:layout_height=
"
40
dp"
android:layout_height=
"
34
dp"
android:layout_gravity=
"start"
android:layout_marginHorizontal=
"14dp"
android:layout_marginTop=
"20dp"
...
...
@@ -440,7 +440,7 @@
android:includeFontPadding=
"false"
android:text=
"@string/cos_profile_preferences"
android:textColor=
"@color/cos_green12"
android:textSize=
"1
6
sp"
android:textSize=
"1
4
sp"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toEndOf=
"@+id/iv_plus_questionnaire"
...
...
@@ -450,7 +450,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/ll_user_questionnaire_centered"
android:layout_width=
"wrap_content"
android:layout_height=
"
40
dp"
android:layout_height=
"
34
dp"
android:layout_gravity=
"center_horizontal"
android:layout_marginHorizontal=
"14dp"
android:layout_marginTop=
"20dp"
...
...
@@ -479,7 +479,7 @@
android:includeFontPadding=
"false"
android:text=
"@string/cos_profile_preferences"
android:textColor=
"@color/cos_green12"
android:textSize=
"1
6
sp"
android:textSize=
"1
4
sp"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toEndOf=
"@+id/iv_plus_questionnaire_centered"
...
...
Please
register
or
login
to post a comment