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 15:39:49 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1a2fca41abd9220f4a9fd78af644197803a141c0
1a2fca41
1 parent
559b5fc4
more fixes in home
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
9 deletions
warply_android_sdk/src/main/res/drawable/bottom_border.xml
warply_android_sdk/src/main/res/layout/carousel_item.xml
warply_android_sdk/src/main/res/layout/fragment_home.xml
warply_android_sdk/src/main/res/drawable/bottom_border.xml
View file @
1a2fca4
...
...
@@ -2,10 +2,6 @@
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<solid
android:color=
"#ffffffff"
/>
<stroke
android:width=
"1.5dp"
android:color=
"#3C464F"
/>
<padding
android:left=
"1dp"
android:top=
"1dp"
...
...
warply_android_sdk/src/main/res/layout/carousel_item.xml
View file @
1a2fca4
...
...
@@ -5,6 +5,7 @@
android:layout_width=
"@dimen/width_full"
android:layout_height=
"@dimen/height_carousel"
android:layout_marginLeft=
"10dp"
android:elevation=
"2dp"
android:background=
"@drawable/bottom_border"
>
<LinearLayout
...
...
warply_android_sdk/src/main/res/layout/fragment_home.xml
View file @
1a2fca4
...
...
@@ -8,8 +8,7 @@
<RelativeLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:paddingBottom=
"24dp"
>
android:layout_height=
"match_parent"
>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/rl_header"
...
...
@@ -121,8 +120,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:background=
"@drawable/shape_cos_gradient_coupons_bg"
>
android:layout_below=
"@id/rl_home_campaigns"
>
<androidx.recyclerview.widget.RecyclerView
android:id=
"@+id/rv_home_coupons"
...
...
@@ -160,7 +158,7 @@
android:layout_height=
"110dp"
android:layout_below=
"@id/hsv_title"
android:background=
"@android:color/white"
android:paddingBottom=
"1
0
dp"
android:paddingBottom=
"1
5
dp"
android:scrollbars=
"none"
>
<LinearLayout
...
...
Please
register
or
login
to post a comment