aboutsummaryrefslogtreecommitdiff
path: root/library/src/main/res/layout/kau_recycler_textslider.xml
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/main/res/layout/kau_recycler_textslider.xml')
-rw-r--r--library/src/main/res/layout/kau_recycler_textslider.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/src/main/res/layout/kau_recycler_textslider.xml b/library/src/main/res/layout/kau_recycler_textslider.xml
index f051902..1402cfb 100644
--- a/library/src/main/res/layout/kau_recycler_textslider.xml
+++ b/library/src/main/res/layout/kau_recycler_textslider.xml
@@ -13,12 +13,12 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
- <ca.allanwang.kau.widgets.KauTextSlider
+ <ca.allanwang.kau.widgets.TextSlider
android:id="@+id/kau_toolbar_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
- app:kau_animation_type="slide_vertical" />
+ app:animation_type="slide_vertical" />
</android.support.v7.widget.Toolbar>