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 14:51:13 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3df6c07e2f4e036cbe3540ffaf3a5d82c5d6b4f6
3df6c07e
1 parent
8f510373
home coupon recycler fix separator
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
warply_android_sdk/src/main/res/layout/fragment_home.xml
warply_android_sdk/src/main/res/layout/fragment_home.xml
View file @
3df6c07
...
...
@@ -102,8 +102,7 @@
android:id=
"@+id/rl_home_coupons"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_below=
"@id/rl_home_campaigns"
android:paddingHorizontal=
"15dp"
>
android:layout_below=
"@id/rl_home_campaigns"
>
<androidx.recyclerview.widget.RecyclerView
android:id=
"@+id/rv_home_coupons"
android:layout_width=
"match_parent"
...
...
@@ -111,6 +110,7 @@
android:layout_marginBottom=
"8dp"
android:clipToPadding=
"false"
android:orientation=
"horizontal"
android:paddingStart=
"10dp"
android:paddingEnd=
"10dp"
/>
</LinearLayout>
...
...
Please
register
or
login
to post a comment