From c707d42b311f96cbabc1971f98598c8b8922ba16 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 5 Aug 2017 14:49:47 -0700 Subject: Swipe (#24) * Test emulator * Update readme * Update fastadapter and about listing * Make faq parser asynchronous * Modularize about panels * Add basis for faq * Test and finalize the faq panel * Update readme * Update changelog * Remove emulator for now * Update sample * Change back to manual versioning to avoid suggestion errors * Add awesome-kt banner * Fix faq background color * Fix merge conflicts 2 * Add waffle badge * Update readme * Fix lint * Create FileUtils and NotificationUtils * Remove frost hardcode * Fix simple date * Update swipe to use weak references * Initializing test dependencies * Update to gradle 4.1 * Fix lint warnings * Drop back down and fix errors * Finalize swipe with example * Finalize weak reference and ordering * Update test code * Make loggers inline --- core-ui/build.gradle | 4 ---- core-ui/src/main/res-public/layout/kau_elastic_recycler_activity.xml | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'core-ui') diff --git a/core-ui/build.gradle b/core-ui/build.gradle index da6715c..68764b5 100644 --- a/core-ui/build.gradle +++ b/core-ui/build.gradle @@ -6,10 +6,6 @@ dependencies { compile project(':core') compile project(':adapter') - compile "io.reactivex.rxjava2:rxkotlin:${RX_KOTLIN}" - compile "io.reactivex.rxjava2:rxandroid:${RX_ANDROID}" - compile "com.jakewharton.rxbinding2:rxbinding-kotlin:${RX_BINDING}" - compile "com.jakewharton.rxbinding2:rxbinding-appcompat-v7-kotlin:${RX_BINDING}" } apply from: '../artifacts.gradle' diff --git a/core-ui/src/main/res-public/layout/kau_elastic_recycler_activity.xml b/core-ui/src/main/res-public/layout/kau_elastic_recycler_activity.xml index 055d61d..9fbe447 100644 --- a/core-ui/src/main/res-public/layout/kau_elastic_recycler_activity.xml +++ b/core-ui/src/main/res-public/layout/kau_elastic_recycler_activity.xml @@ -41,6 +41,7 @@ android:layout_height="wrap_content" android:layout_margin="@dimen/kau_fab_margin" android:clickable="true" + android:focusable="true" android:visibility="gone" app:backgroundTint="?colorAccent" app:layout_anchor="@id/kau_recycler" -- cgit v1.2.3