SmartSearchView

Enable user to use searchview look like Google Play Store, search by voice , suggestion enable...

Лицензия

Лицензия

Категории

Категории

Search Прикладные библиотеки
Группа

Группа

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

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

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

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

1.0.1
Дата

Дата

Тип

Тип

aar
Описание

Описание

SmartSearchView
Enable user to use searchview look like Google Play Store, search by voice , suggestion enable...
Ссылка на сайт

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

https://github.com/Chivorns/SmartSearchView
Система контроля версий

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

https://github.com/Chivorns/SmartSearchView

Скачать smartsearchview

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

<!-- https://jarcasting.com/artifacts/com.github.chivorns/smartsearchview/ -->
<dependency>
    <groupId>com.github.chivorns</groupId>
    <artifactId>smartsearchview</artifactId>
    <version>1.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chivorns/smartsearchview/
implementation 'com.github.chivorns:smartsearchview:1.0.1'
// https://jarcasting.com/artifacts/com.github.chivorns/smartsearchview/
implementation ("com.github.chivorns:smartsearchview:1.0.1")
'com.github.chivorns:smartsearchview:aar:1.0.1'
<dependency org="com.github.chivorns" name="smartsearchview" rev="1.0.1">
  <artifact name="smartsearchview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.chivorns', module='smartsearchview', version='1.0.1')
)
libraryDependencies += "com.github.chivorns" % "smartsearchview" % "1.0.1"
[com.github.chivorns/smartsearchview "1.0.1"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
com.android.support » appcompat-v7 jar 26.0.0-alpha1
com.android.support » recyclerview-v7 jar 26.0.0-alpha1
com.android.support » design jar 26.0.0-alpha1
com.android.support » cardview-v7 jar 26.0.0-alpha1
com.bartoszlipinski : viewpropertyobjectanimator jar 1.2.0

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

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

SmartSearchView

Usage

Add the dependencies to your gradle file:

dependencies {
    compile 'com.github.chivorns:smartsearchview:1.0.1'
}

Add SmartSearchView to your layout:

<com.chivorn.hum.smartsearchview.SmartSearchView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        app:smsv_searchBarMarginLeft="0dp"
        app:smsv_searchBarMarginTop="0dp"
        app:smsv_searchBarMarginRight="0dp"
        app:smsv_searchHint="Search..."
        app:smsv_suggestionsListAnimDuration="250"
        app:smsv_showSearchKey="false"
        app:smsv_leftActionMode="showSearch"
        app:smsv_menu="@menu/search_menu"
        app:smsv_close_search_on_keyboard_dismiss="true"
        app:smsv_showVoiceInput="true">
</com.chivorn.hum.smartsearchview.SmartSearchView>

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

Версия
1.0.1