RecyclerBackgroundSupportView

Add Image View behind Recycler View with scrollable support

Лицензия

Лицензия

Группа

Группа

com.akexorcist
Идентификатор

Идентификатор

recycler-background-support-view
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

aar
Описание

Описание

RecyclerBackgroundSupportView
Add Image View behind Recycler View with scrollable support
Ссылка на сайт

Ссылка на сайт

https://github.com/akexorcist/Android-RecyclerBackgroundSupportView
Система контроля версий

Система контроля версий

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

Скачать recycler-background-support-view

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
1.0.0