RecyclerBackgroundSupportView

Add Image View behind Recycler View with scrollable support

License

License

GroupId

GroupId

com.akexorcist
ArtifactId

ArtifactId

recycler-background-support-view
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

aar
Description

Description

RecyclerBackgroundSupportView
Add Image View behind Recycler View with scrollable support
Project URL

Project URL

https://github.com/akexorcist/Android-RecyclerBackgroundSupportView
Source Code Management

Source Code Management

https://github.com/akexorcist/Android-RecyclerBackgroundSupportView

Download recycler-background-support-view

How to add to project

<!-- https://jarcasting.com/artifacts/com.akexorcist/recycler-background-support-view/ -->
<dependency>
    <groupId>com.akexorcist</groupId>
    <artifactId>recycler-background-support-view</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.akexorcist/recycler-background-support-view/
implementation 'com.akexorcist:recycler-background-support-view:1.0.0'
// https://jarcasting.com/artifacts/com.akexorcist/recycler-background-support-view/
implementation ("com.akexorcist:recycler-background-support-view:1.0.0")
'com.akexorcist:recycler-background-support-view:aar:1.0.0'
<dependency org="com.akexorcist" name="recycler-background-support-view" rev="1.0.0">
  <artifact name="recycler-background-support-view" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.akexorcist', module='recycler-background-support-view', version='1.0.0')
)
libraryDependencies += "com.akexorcist" % "recycler-background-support-view" % "1.0.0"
[com.akexorcist/recycler-background-support-view "1.0.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.4.32
androidx.appcompat » appcompat jar 1.2.0
androidx.recyclerview » recyclerview jar 1.2.0
androidx.databinding » viewbinding jar 4.1.3

Project Modules

There are no modules declared in this project.

Maven Central Minimum SDK Version Workflow Status

Android-RecyclerBackgroundSupportView

Add Image View behind Recycler View with scrollable support

Download

Gradle

implementation 'com.akexorcist:recycler-background-support-view:1.0.0'

Usage

<com.akexorcist.recyclerbackgroundsupportview.RecyclerBackgroundSupportView
     android:id="@+id/recyclerBackgroundSupportView"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     app:rbsv_adjustViewBounds="true"
     app:rbsv_cropToPadding="true"
     app:rbsv_gravity="bottom"
     app:rbsv_scaleType="fitEnd"
     app:rbsv_src="@drawable/background"
     app:rbsv_tint="@color/green" />
recyclerBackgroundSupportView.getRecyclerView().layoutManager = LinearLayoutManager(context)
recyclerBackgroundSupportView.getRecyclerView().adapter = MainAdapter()
recyclerBackgroundSupportView.getImageView().setImageResource(R.drawable.background)

Licence

Copyright 2021 Akexorcist

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Versions

Version
1.0.0