diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-04 16:08:03 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-07-04 16:08:03 -0700 |
commit | cf2a7fcd0880a8d276970124cdb5d5845d5631fe (patch) | |
tree | cc38ead7853ddb85c9c988e94a4af605e1e676f8 /library/src/main/res/layout/kau_activity_about.xml | |
parent | fe4632c34a1d671503e0242a269865b884545e13 (diff) | |
download | kau-cf2a7fcd0880a8d276970124cdb5d5845d5631fe.tar.gz kau-cf2a7fcd0880a8d276970124cdb5d5845d5631fe.tar.bz2 kau-cf2a7fcd0880a8d276970124cdb5d5845d5631fe.zip |
Separate core components in its own module
Diffstat (limited to 'library/src/main/res/layout/kau_activity_about.xml')
-rw-r--r-- | library/src/main/res/layout/kau_activity_about.xml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/library/src/main/res/layout/kau_activity_about.xml b/library/src/main/res/layout/kau_activity_about.xml deleted file mode 100644 index 33cc781..0000000 --- a/library/src/main/res/layout/kau_activity_about.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?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" - xmlns:app="http://schemas.android.com/apk/res-auto" - android:id="@+id/about_draggable_frame" - android:layout_width="match_parent" - android:layout_height="match_parent" - app:dragDismissDistance="@dimen/kau_drag_dismiss_distance" - app:dragDismissScale="0.95" - tools:context=".about.AboutActivityBase"> - - <android.support.v4.view.ViewPager - android:id="@+id/about_pager" - android:layout_width="match_parent" - android:layout_height="match_parent" /> - - <ca.allanwang.kau.widgets.InkPageIndicator - android:id="@+id/about_indicator" - android:layout_width="wrap_content" - 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" /> - -</ca.allanwang.kau.widgets.ElasticDragDismissFrameLayout> |