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-03-24 18:30:58 +0200
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
d80adff685eb0c20b2ca1f8ff07f56b48dc38917
d80adff6
2 parents
a1121bf7
0b435f48
Merge remote-tracking branch 'origin/cosmote' into cosmote
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
126 additions
and
0 deletions
warply_android_sdk/src/main/res/drawable/banner_border_grey_bg2.xml
warply_android_sdk/src/main/res/layout/activity_coupons_history.xml
warply_android_sdk/src/main/res/layout/cos_analysis.xml
warply_android_sdk/src/main/res/layout/coupon_transaction.xml
warply_android_sdk/src/main/res/layout/loyalty_analysis_container.xml
warply_android_sdk/src/main/res/drawable/banner_border_grey_bg2.xml
0 → 100644
View file @
d80adff
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<solid
android:color=
"#F2F2F2"
/>
<corners
android:radius=
"10dp"
/>
<padding
android:left=
"0dp"
android:top=
"0dp"
android:right=
"0dp"
android:bottom=
"0dp"
/>
</shape>
\ No newline at end of file
warply_android_sdk/src/main/res/layout/activity_coupons_history.xml
0 → 100644
View file @
d80adff
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:tools=
"http://schemas.android.com/tools"
android:id=
"@+id/cl_bill_payment"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/cl_bill_header"
android:layout_width=
"match_parent"
android:layout_height=
"80dp"
app:layout_constraintTop_toTopOf=
"parent"
>
<ImageView
android:id=
"@+id/iv_bill_payment_close"
android:layout_width=
"21dp"
android:layout_height=
"20dp"
android:layout_marginStart=
"24dp"
android:layout_marginTop=
"4dp"
android:src=
"@drawable/ic_close"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"@+id/textView3"
/>
<TextView
android:id=
"@+id/textView3"
android:layout_width=
"206dp"
android:layout_height=
"32dp"
android:gravity=
"center"
android:text=
"Ιστορικό"
android:textColor=
"@color/grey"
android:textSize=
"17sp"
android:textStyle=
"bold"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintHorizontal_bias=
"0.348"
app:layout_constraintStart_toEndOf=
"@+id/iv_bill_payment_close"
app:layout_constraintTop_toTopOf=
"parent"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width=
"match_parent"
android:layout_height=
"807dp"
android:layout_below=
"@+id/cl_bill_header"
android:layout_marginTop=
"1dp"
android:background=
"@drawable/shape_cos_loyalty"
android:orientation=
"vertical"
android:paddingBottom=
"24dp"
tools:layout_editor_absoluteX=
"-2dp"
>
<include
android:id=
"@+id/cl_transaction"
layout=
"@layout/coupon_transaction"
android:layout_width=
"381dp"
android:layout_height=
"117dp"
android:layout_marginTop=
"44dp"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintHorizontal_bias=
"0.533"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
</RelativeLayout>
\ No newline at end of file
warply_android_sdk/src/main/res/layout/cos_analysis.xml
View file @
d80adff
...
...
@@ -118,6 +118,7 @@
</androidx.constraintlayout.widget.ConstraintLayout>
<TextView
android:id=
"@+id/tv_analysis_details"
android:layout_width=
"match_parent"
android:layout_height=
"50dp"
android:layout_marginHorizontal=
"16dp"
...
...
warply_android_sdk/src/main/res/layout/coupon_transaction.xml
0 → 100644
View file @
d80adff
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:tools=
"http://schemas.android.com/tools"
android:id=
"@+id/cl_transcation_item"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:paddingVertical=
"5dp"
android:background=
"@drawable/banner_border_white"
>
<TextView
android:id=
"@+id/tv_transaction_title"
android:layout_width=
"282dp"
android:layout_height=
"24dp"
android:layout_marginStart=
"20dp"
android:layout_marginTop=
"8dp"
android:lines=
"1"
android:text=
"Κουπόνι"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintHorizontal_bias=
"0.0"
app:layout_constraintStart_toEndOf=
"@+id/view2"
app:layout_constraintTop_toTopOf=
"parent"
/>
<TextView
android:id=
"@+id/tv_transaction_subtitle"
android:layout_width=
"286dp"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"4dp"
android:text=
"BOX 4€ έκπτωση για την επόμενη παραγγελία σου!"
android:lines=
"2"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintHorizontal_bias=
"0.0"
app:layout_constraintStart_toStartOf=
"@+id/tv_transaction_title"
app:layout_constraintTop_toBottomOf=
"@+id/tv_transaction_title"
/>
<TextView
android:id=
"@+id/textView20"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"12dp"
android:text=
"26-11-2021"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintHorizontal_bias=
"0.952"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@+id/tv_transaction_subtitle"
/>
<View
android:id=
"@+id/view2"
android:layout_width=
"45dp"
android:layout_height=
"45dp"
android:layout_marginStart=
"16dp"
android:layout_marginTop=
"8dp"
android:background=
"@drawable/banner_border_grey_bg2"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
warply_android_sdk/src/main/res/layout/loyalty_analysis_container.xml
View file @
d80adff
...
...
@@ -71,6 +71,7 @@
app:layout_constraintTop_toTopOf=
"parent"
/>
<include
android:id=
"@+id/cl_chart_info"
layout=
"@layout/cos_analysis"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
...
...
Please
register
or
login
to post a comment