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-23 19:21:28 +0200
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
328b6627f8c64575b8284c2ee610d889efa8c748
328b6627
2 parents
a168c7a5
5bbffabd
Merge remote-tracking branch 'origin/cosmote' into cosmote
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletions
warply_android_sdk/src/main/res/drawable/shape_cos_gradient4.xml
warply_android_sdk/src/main/res/layout/activity_bill_payment.xml
warply_android_sdk/src/main/res/drawable/shape_cos_gradient4.xml
0 → 100644
View file @
328b662
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:shape=
"rectangle"
>
<gradient
android:startColor=
"@color/cos_green2"
android:centerColor=
"@color/green_dark"
android:endColor=
"@color/cos_blue2"
android:type=
"linear"
/>
<corners
android:topLeftRadius=
"30dp"
/>
</shape>
\ No newline at end of file
warply_android_sdk/src/main/res/layout/activity_bill_payment.xml
View file @
328b662
...
...
@@ -40,7 +40,7 @@
android:layout_height=
"807dp"
android:layout_below=
"@+id/cl_bill_header"
android:layout_marginTop=
"1dp"
android:background=
"@drawable/shape_cos_
profile
"
android:background=
"@drawable/shape_cos_
gradient4
"
android:orientation=
"vertical"
android:paddingBottom=
"24dp"
tools:layout_editor_absoluteX=
"-2dp"
>
...
...
Please
register
or
login
to post a comment