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-21 16:45:45 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d0dff33fb33edc03bac56487948def13ab6d458b
d0dff33f
1 parent
a9eb43a5
minor ui fix
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
17 deletions
warply_android_sdk/build.gradle
warply_android_sdk/src/main/res/layout/activity_loyalty_analysis.xml
warply_android_sdk/build.gradle
View file @
d0dff33
...
...
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
ext
{
PUBLISH_GROUP_ID
=
'ly.warp'
PUBLISH_VERSION
=
'4.5.4-cosbeta7
1
'
PUBLISH_VERSION
=
'4.5.4-cosbeta7
2
'
PUBLISH_ARTIFACT_ID
=
'warply-android-sdk'
}
...
...
warply_android_sdk/src/main/res/layout/activity_loyalty_analysis.xml
View file @
d0dff33
...
...
@@ -92,31 +92,40 @@
android:textColor=
"@color/cos_blue_dark"
android:textSize=
"16sp"
/>
<ScrollView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_below=
"@+id/tv_expired_title"
android:layout_marginTop=
"24dp"
android:overScrollMode=
"never"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
<androidx.recyclerview.widget.RecyclerView
android:id=
"@+id/rv_expired_coupons"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_below=
"@+id/tv_expired_title"
android:layout_marginHorizontal=
"8dp"
android:layout_marginTop=
"24dp"
android:orientation=
"vertical"
android:overScrollMode=
"never"
/>
android:overScrollMode=
"never"
/>
<LinearLayout
android:id=
"@+id/ll_show_more_expired"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_below=
"@+id/rv_expired_coupons"
android:layout_centerHorizontal=
"true"
android:layout_gravity=
"center"
android:layout_marginTop=
"20dp"
android:paddingBottom=
"56dp"
android:gravity=
"center"
android:orientation=
"horizontal"
android:paddingBottom=
"56dp"
android:visibility=
"gone"
tools:visibility=
"visible"
>
<TextView
android:id=
"@+id/tv_barcod
e"
android:id=
"@+id/tv_expired_mor
e"
fontPath=
"fonts/pf_square_sans_pro_medium.ttf"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
...
...
@@ -125,12 +134,14 @@
android:textSize=
"16sp"
/>
<ImageView
android:id=
"@+id/iv_barcod
e_arrow"
android:id=
"@+id/iv_expired_mor
e_arrow"
android:layout_width=
"14dp"
android:layout_height=
"14dp"
android:layout_marginStart=
"6dp"
android:src=
"@drawable/ic_down_dark"
/>
</LinearLayout>
</LinearLayout>
</ScrollView>
<TextView
android:id=
"@+id/tv_expired_empty"
...
...
@@ -164,31 +175,40 @@
android:textColor=
"@color/cos_blue_dark"
android:textSize=
"16sp"
/>
<ScrollView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_below=
"@+id/tv_shared_title"
android:layout_marginTop=
"24dp"
android:overScrollMode=
"never"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
<androidx.recyclerview.widget.RecyclerView
android:id=
"@+id/rv_shared_coupons"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_below=
"@+id/tv_shared_title"
android:layout_marginHorizontal=
"8dp"
android:layout_marginTop=
"24dp"
android:orientation=
"vertical"
android:overScrollMode=
"never"
/>
android:overScrollMode=
"never"
/>
<LinearLayout
android:id=
"@+id/ll_show_more_shared"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_below=
"@+id/rv_shared_coupons"
android:layout_centerHorizontal=
"true"
android:layout_gravity=
"center"
android:layout_marginTop=
"20dp"
android:gravity=
"center"
android:paddingBottom=
"56dp"
android:orientation=
"horizontal"
android:paddingBottom=
"56dp"
android:visibility=
"gone"
tools:visibility=
"visible"
>
<TextView
android:id=
"@+id/tv_barcod
e"
android:id=
"@+id/tv_shared_mor
e"
fontPath=
"fonts/pf_square_sans_pro_medium.ttf"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
...
...
@@ -197,12 +217,14 @@
android:textSize=
"16sp"
/>
<ImageView
android:id=
"@+id/iv_barcod
e_arrow"
android:id=
"@+id/iv_shared_mor
e_arrow"
android:layout_width=
"14dp"
android:layout_height=
"14dp"
android:layout_marginStart=
"6dp"
android:src=
"@drawable/ic_down_dark"
/>
</LinearLayout>
</LinearLayout>
</ScrollView>
<TextView
android:id=
"@+id/tv_shared_empty"
...
...
Please
register
or
login
to post a comment