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
thkouk00
2022-03-23 18:43:41 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ad10153ac5f4a32184f0dca4f7d281a13bd3625d
ad10153a
1 parent
ed011068
bill payment gradient added v1
Show 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 @
ad10153
<?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 @
ad10153
...
...
@@ -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