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-28 14:25:33 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f26d1407b0395e604e6cc3f3cacb25472f74a473
f26d1407
1 parent
cfec34d9
dimens fixes in home
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 @
f26d140
...
...
@@ -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 @
f26d140
<?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 @
f26d140
<resources>
<dimen
name=
"width_full"
>
360dp
</dimen>
</resources>
warply_android_sdk/src/main/res/values-xxhdpi/dimens.xml
0 → 100644
View file @
f26d140
<resources>
<dimen
name=
"width_full"
>
320dp
</dimen>
</resources>
Please
register
or
login
to post a comment