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:33:48 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ed0110683e8240bb2214e481dcedca6c0bdf7de6
ed011068
1 parent
6b776e84
bill payments v2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
31 deletions
warply_android_sdk/src/main/res/drawable/round_border_green.xml
warply_android_sdk/src/main/res/layout/activity_bill_payment.xml
warply_android_sdk/src/main/res/drawable/round_border_green.xml
0 → 100644
View file @
ed01106
<?xml version="1.0" encoding="UTF-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<stroke
android:width=
"1.5dp"
android:color=
"#AFD767"
/>
<corners
android:radius=
"10dp"
/>
<solid
android:color=
"#AFD767"
/>
</shape>
\ No newline at end of file
warply_android_sdk/src/main/res/layout/activity_bill_payment.xml
View file @
ed01106
<?xml version="1.0" encoding="utf-8"?>
<
androidx.constraintlayout.widget.Constraint
Layout
xmlns:app=
"http://schemas.android.com/apk/res-auto"
<
Relative
Layout
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"
...
...
@@ -7,7 +7,7 @@
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/c
onstraintLayout
"
android:id=
"@+id/c
l_bill_header
"
android:layout_width=
"match_parent"
android:layout_height=
"80dp"
app:layout_constraintTop_toTopOf=
"parent"
>
...
...
@@ -36,36 +36,38 @@
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width=
"415dp"
android:layout_height=
"794dp"
android:layout_marginTop=
"4dp"
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_profile"
android:orientation=
"vertical"
android:paddingBottom=
"24dp"
app:layout_constraintTop_toBottomOf=
"@+id/constraintLayout"
tools:layout_editor_absoluteX=
"0dp"
>
tools:layout_editor_absoluteX=
"-2dp"
>
<ImageView
android:id=
"@+id/imageView4"
android:layout_width=
"357dp"
android:layout_height=
"191dp"
android:layout_width=
"310dp"
android:layout_height=
"176dp"
android:layout_marginTop=
"16dp"
android:src=
"@drawable/payment_icon"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintHorizontal_bias=
"0.495"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintVertical_bias=
"0.06"
/>
app:layout_constraintTop_toTopOf=
"parent"
/>
<View
android:id=
"@+id/view"
android:layout_width=
"3
51
dp"
android:layout_height=
"2
97
dp"
android:background=
"@
color/white
"
android:layout_width=
"3
28
dp"
android:layout_height=
"2
65
dp"
android:background=
"@
drawable/banner_border
"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintHorizontal_bias=
"0.493"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@+id/imageView4"
app:layout_constraintVertical_bias=
"0.
245
"
/>
app:layout_constraintVertical_bias=
"0.
142
"
/>
<EditText
android:id=
"@+id/editTextTextPersonName"
...
...
@@ -86,37 +88,29 @@
android:id=
"@+id/editTextTextPersonName2"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:background=
"@color/white"
android:ems=
"10"
android:inputType=
"textPersonName"
android:text=
"Name"
app:layout_constraintBottom_toBottomOf=
"@+id/view"
app:layout_constraintEnd_toEndOf=
"@+id/view"
app:layout_constraintHorizontal_bias=
"0.4
75
"
app:layout_constraintHorizontal_bias=
"0.4
82
"
app:layout_constraintStart_toStartOf=
"@+id/view"
app:layout_constraintTop_toBottomOf=
"@+id/editTextTextPersonName"
app:layout_constraintVertical_bias=
"0.
408
"
/>
app:layout_constraintVertical_bias=
"0.
277
"
/>
<Button
android:id=
"@+id/button2"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginBottom=
"28dp"
android:background=
"@drawable/round_border_green"
android:text=
"Πληρωμή"
android:textAllCaps=
"false"
android:textColor=
"@color/white"
app:layout_constraintBottom_toBottomOf=
"@+id/view"
app:layout_constraintEnd_toEndOf=
"@+id/view"
app:layout_constraintHorizontal_bias=
"0.498"
app:layout_constraintStart_toStartOf=
"@+id/view"
app:layout_constraintTop_toBottomOf=
"@+id/editTextTextPersonName2"
app:layout_constraintVertical_bias=
"0.916"
/>
<ImageView
android:id=
"@+id/imageView5"
android:layout_width=
"341dp"
android:layout_height=
"144dp"
app:layout_constraintEnd_toEndOf=
"@+id/view"
app:layout_constraintStart_toStartOf=
"@+id/view"
app:srcCompat=
"@drawable/ellipse"
tools:layout_editor_absoluteY=
"314dp"
/>
app:layout_constraintVertical_bias=
"1.0"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
</RelativeLayout>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment