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-28 18:21:43 +0300
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
bb158ef77b95959461fd50da8bdb41a50ff5f395
bb158ef7
2 parents
78b9c93b
3629bccc
Merge remote-tracking branch 'origin/cosmote' into cosmote
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
warply_android_sdk/src/main/res/layout/gift_layout.xml
warply_android_sdk/src/main/res/layout/redeemed_gift_layout.xml
warply_android_sdk/src/main/res/layout/gift_layout.xml
View file @
bb158ef
...
...
@@ -8,8 +8,8 @@
android:layout_marginStart=
"10dp"
>
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width=
"
360dp
"
android:layout_height=
"
240dp
"
>
android:layout_width=
"
match_parent
"
android:layout_height=
"
match_parent
"
>
<androidx.constraintlayout.widget.Guideline
android:id=
"@+id/gl_horizontal_75_guideline"
...
...
warply_android_sdk/src/main/res/layout/redeemed_gift_layout.xml
View file @
bb158ef
<?xml version="1.0" encoding="utf-8"?>
<androidx.cardview.widget.CardView
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
android:layout_width=
"
@dimen/width_full
"
android:layout_width=
"
360dp
"
android:layout_height=
"240dp"
app:cardCornerRadius=
"20dp"
android:layout_marginBottom=
"2dp"
android:layout_marginStart=
"10dp"
>
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width=
"
360dp
"
android:layout_height=
"
240dp
"
>
android:layout_width=
"
match_parent
"
android:layout_height=
"
match_parent
"
>
<androidx.constraintlayout.widget.Guideline
android:id=
"@+id/gl_horizontal_75_guideline"
...
...
Please
register
or
login
to post a comment