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 14:29:12 +0300
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
9c3b1a5b70d2916d65e6cdb07a828d77e263e4b2
9c3b1a5b
2 parents
3963d973
f26d1407
Merge remote-tracking branch 'origin/cosmote' into cosmote
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
2 deletions
warply_android_sdk/src/main/res/layout/carousel_item.xml
warply_android_sdk/src/main/res/layout/coupon_layout.xml
warply_android_sdk/src/main/res/values-xhdpi/dimens.xml
warply_android_sdk/src/main/res/values-xxhdpi/dimens.xml
warply_android_sdk/src/main/res/layout/carousel_item.xml
View file @
9c3b1a5
...
...
@@ -2,7 +2,7 @@
<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:layout_width=
"
match_parent
"
android:layout_width=
"
@dimen/width_full
"
android:layout_height=
"240dp"
android:layout_marginLeft=
"10dp"
android:background=
"@drawable/bottom_border"
>
...
...
warply_android_sdk/src/main/res/layout/coupon_layout.xml
View file @
9c3b1a5
<?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"
android:layout_width=
"
360dp
"
android:layout_width=
"
@dimen/width_full
"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"10dp"
>
...
...
warply_android_sdk/src/main/res/values-xhdpi/dimens.xml
0 → 100644
View file @
9c3b1a5
<resources>
<dimen
name=
"width_full"
>
360dp
</dimen>
</resources>
warply_android_sdk/src/main/res/values-xxhdpi/dimens.xml
0 → 100644
View file @
9c3b1a5
<resources>
<dimen
name=
"width_full"
>
320dp
</dimen>
</resources>
Please
register
or
login
to post a comment