diff --git a/Clover/app/build.gradle b/Clover/app/build.gradle index ce17d9c4..20914c7c 100644 --- a/Clover/app/build.gradle +++ b/Clover/app/build.gradle @@ -71,9 +71,11 @@ android { } dependencies { - compile 'com.android.support:support-v13:22.1.0' - compile 'com.android.support:appcompat-v7:22.1.1' - compile 'com.android.support:recyclerview-v7:22.1.0' + compile 'com.android.support:support-v13:22.2.0' + compile 'com.android.support:appcompat-v7:22.2.0' + compile 'com.android.support:recyclerview-v7:22.2.0' + compile 'com.android.support:support-annotations:22.2.0' + compile 'com.android.support:design:22.2.0' compile 'org.jsoup:jsoup:1.8.1' compile 'com.j256.ormlite:ormlite-core:4.48' diff --git a/Clover/app/src/main/java/org/floens/chan/ui/helper/SwipeListener.java b/Clover/app/src/main/java/org/floens/chan/ui/helper/SwipeListener.java index 96f698b3..d6feefba 100644 --- a/Clover/app/src/main/java/org/floens/chan/ui/helper/SwipeListener.java +++ b/Clover/app/src/main/java/org/floens/chan/ui/helper/SwipeListener.java @@ -116,6 +116,10 @@ public class SwipeListener extends RecyclerView.ItemDecoration implements Recycl maxFlingPixels = viewConfiguration.getScaledMaximumFlingVelocity(); } + @Override + public void onRequestDisallowInterceptTouchEvent(boolean b) { + } + @Override public boolean onInterceptTouchEvent(RecyclerView rv, MotionEvent e) { switch (e.getActionMasked()) { diff --git a/Clover/app/src/main/res/layout/cell_post.xml b/Clover/app/src/main/res/layout/cell_post.xml index 6c92b0fa..ae9a930b 100644 --- a/Clover/app/src/main/res/layout/cell_post.xml +++ b/Clover/app/src/main/res/layout/cell_post.xml @@ -52,7 +52,8 @@ along with this program. If not, see . android:layout_alignParentRight="true" android:layout_alignWithParentIfMissing="true" android:layout_below="@id/icons" - android:layout_toRightOf="@id/thumbnail_view" /> + android:layout_toRightOf="@id/thumbnail_view" + android:textColor="?attr/text_color_primary" /> . android:layout_below="@id/comment" android:layout_toRightOf="@id/thumbnail_view" android:singleLine="true" - android:textColor="?attr/post_reply_count_color" /> + android:textColor="?attr/text_color_secondary" /> . - diff --git a/Clover/app/src/main/res/values/styles.xml b/Clover/app/src/main/res/values/styles.xml index d2d3bfc7..3888e87c 100644 --- a/Clover/app/src/main/res/values/styles.xml +++ b/Clover/app/src/main/res/values/styles.xml @@ -39,7 +39,6 @@ along with this program. If not, see . #FFBCBCBC #FFD6BAD0 - #FF646464 #FF646464 #ff117743 #ff0F0C5D @@ -66,7 +65,6 @@ along with this program. If not, see . #ff5C5C5C #ff444444 - #ff9f9f9f #ff625cff #ff625cff #ff000000