diff options
author | Arne Schwabe <arne@rfc2549.org> | 2014-12-04 10:22:10 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2014-12-04 10:22:10 +0100 |
commit | 3f33bcd5070399c7c819bc8dc359313b2e48474f (patch) | |
tree | 04fe358d873f78eb0978d72f50bb78990d815e51 | |
parent | 6874df200c2655eb94d4949beaf20dd03d85854e (diff) |
Remove autoanimate which breaks recycler viewv0.6.24
--HG--
extra : rebase_source : a0abe2cb17990f7536c9ccdc87cf5f5e93343e6d
-rw-r--r-- | main/build.gradle | 8 | ||||
-rw-r--r-- | main/src/main/res/layout/connections.xml | 2 |
2 files changed, 4 insertions, 6 deletions
diff --git a/main/build.gradle b/main/build.gradle index 0f026f5f..ffd55009 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -1,5 +1,3 @@ - - apply plugin: 'com.android.application' repositories { @@ -15,12 +13,12 @@ dependencies { android { compileSdkVersion 21 - buildToolsVersion "21.0.2" + buildToolsVersion "21.1.1" defaultConfig { minSdkVersion 14 targetSdkVersion 21 - versionCode = 104 - versionName = "0.6.23" + versionCode = 105 + versionName = "0.6.24" } sourceSets { diff --git a/main/src/main/res/layout/connections.xml b/main/src/main/res/layout/connections.xml index ed812f6d..f0ac44a7 100644 --- a/main/src/main/res/layout/connections.xml +++ b/main/src/main/res/layout/connections.xml @@ -7,11 +7,11 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:animateLayoutChanges="true" android:orientation="vertical"> <RelativeLayout + android:animateLayoutChanges="true" android:id="@+id/switchBar" android:layout_width="match_parent" android:layout_height="wrap_content" |