diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-05 21:17:03 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-07-05 21:17:03 -0700 |
commit | 82a98786f301cd8e7fcafc44bf760f0434bd2eb2 (patch) | |
tree | fee179c415d719123cadb494bb84c2d5785a5657 /core/src/main/res | |
parent | 9bc520fc9041fed26ef965ef2420a0552ccc20d6 (diff) | |
download | kau-82a98786f301cd8e7fcafc44bf760f0434bd2eb2.tar.gz kau-82a98786f301cd8e7fcafc44bf760f0434bd2eb2.tar.bz2 kau-82a98786f301cd8e7fcafc44bf760f0434bd2eb2.zip |
Bring back swipe
Diffstat (limited to 'core/src/main/res')
-rw-r--r-- | core/src/main/res/layout/kau_activity_about.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/core/src/main/res/layout/kau_activity_about.xml b/core/src/main/res/layout/kau_activity_about.xml index 33cc781..604b2a1 100644 --- a/core/src/main/res/layout/kau_activity_about.xml +++ b/core/src/main/res/layout/kau_activity_about.xml @@ -1,8 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> -<ca.allanwang.kau.widgets.ElasticDragDismissFrameLayout - xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:tools="http://schemas.android.com/tools" +<ca.allanwang.kau.widgets.ElasticDragDismissFrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" + xmlns:tools="http://schemas.android.com/tools" android:id="@+id/about_draggable_frame" android:layout_width="match_parent" android:layout_height="match_parent" @@ -21,7 +20,7 @@ android:layout_height="wrap_content" android:layout_gravity="top|center_horizontal" android:layout_marginTop="@dimen/kau_padding_normal" - app:pageIndicatorColor="@color/kau_about_page_indicator_dark" - app:currentPageIndicatorColor="@color/kau_about_page_indicator_dark_selected" /> + app:currentPageIndicatorColor="@color/kau_about_page_indicator_dark_selected" + app:pageIndicatorColor="@color/kau_about_page_indicator_dark" /> </ca.allanwang.kau.widgets.ElasticDragDismissFrameLayout> |