From a5f8cc71c594efddad4f72e507a21a771dea2ecc Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Fri, 11 Mar 2016 18:08:20 +0100 Subject: [PATCH] Updated support libraries. --- app/build.gradle | 22 ++++++++++----------- app/src/main/res/layout/activity_search.xml | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a0bed63d..91893bb3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -120,17 +120,17 @@ dependencies { transitive = true } - compile 'com.android.support:support-v4:23.2.0' - compile 'com.android.support:support-v13:23.2.0' - compile 'com.android.support:appcompat-v7:23.2.0' - compile 'com.android.support:recyclerview-v7:23.2.0' - compile 'com.android.support:gridlayout-v7:23.2.0' - compile 'com.android.support:cardview-v7:23.2.0' - compile 'com.android.support:palette-v7:23.2.0' - compile 'com.android.support:design:23.2.0' - compile 'com.android.support:support-annotations:23.2.0' - compile 'com.android.support:percent:23.2.0' - compile 'com.android.support:preference-v7:23.2.0' + compile 'com.android.support:support-v4:23.2.1' + compile 'com.android.support:support-v13:23.2.1' + compile 'com.android.support:appcompat-v7:23.2.1' + compile 'com.android.support:recyclerview-v7:23.2.1' + compile 'com.android.support:gridlayout-v7:23.2.1' + compile 'com.android.support:cardview-v7:23.2.1' + compile 'com.android.support:palette-v7:23.2.1' + compile 'com.android.support:design:23.2.1' + compile 'com.android.support:support-annotations:23.2.1' + compile 'com.android.support:percent:23.2.1' + compile 'com.android.support:preference-v7:23.2.1' compile 'com.github.ksoichiro:android-observablescrollview:1.6.0' compile 'com.github.kabouzeid:SeekArc:80bdd8330e' compile 'com.github.kabouzeid:AndroidSlidingUpPanel:3.2.1' diff --git a/app/src/main/res/layout/activity_search.xml b/app/src/main/res/layout/activity_search.xml index 5bb2ee0a..9720b786 100644 --- a/app/src/main/res/layout/activity_search.xml +++ b/app/src/main/res/layout/activity_search.xml @@ -11,7 +11,7 @@ + android:layout_height="match_parent">