|
@@ -1,5 +1,5 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<android.support.constraint.ConstraintLayout
|
|
|
+<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
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"
|
|
@@ -16,7 +16,7 @@
|
|
|
android:orientation="vertical"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="0dp" />
|
|
|
- <android.support.v7.widget.Toolbar
|
|
|
+ <androidx.appcompat.widget.Toolbar
|
|
|
android:id="@+id/toolbar_readerActivity"
|
|
|
android:background="@color/reader_top_toolbar_bg"
|
|
|
app:navigationIcon="@drawable/selector_arrow_back_black_blue_24dp"
|
|
@@ -28,7 +28,7 @@
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content">
|
|
|
- </android.support.v7.widget.Toolbar>
|
|
|
+ </androidx.appcompat.widget.Toolbar>
|
|
|
<com.kdanmobile.reader.view.HorizontalView
|
|
|
android:id="@+id/viewGroup_readerActivity_leftToolbar"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
@@ -36,7 +36,7 @@
|
|
|
app:layout_constraintBottom_toTopOf="@+id/viewGroup_readerActivity_bottomToolbar"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content">
|
|
|
- <android.support.constraint.ConstraintLayout
|
|
|
+ <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content">
|
|
|
<LinearLayout
|
|
@@ -76,7 +76,7 @@
|
|
|
style="@style/ReaderLeftRightToolbarImageButton"
|
|
|
android:src="@drawable/ic_left_toolbar_search" />
|
|
|
</LinearLayout>
|
|
|
- </android.support.constraint.ConstraintLayout>
|
|
|
+ </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
</com.kdanmobile.reader.view.HorizontalView>
|
|
|
<com.kdanmobile.reader.view.HorizontalView
|
|
|
android:id="@+id/viewGroup_readerActivity_rightToolbar"
|
|
@@ -90,7 +90,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
android:background="@drawable/bg_reader_tool_bar_right">
|
|
|
- <android.support.constraint.ConstraintLayout
|
|
|
+ <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
android:orientation="vertical"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content">
|
|
@@ -153,10 +153,10 @@
|
|
|
app:layout_constraintTop_toBottomOf="@id/iv_readerActivity_ink"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
style="@style/ReaderLeftRightToolbarImageButton" />
|
|
|
- </android.support.constraint.ConstraintLayout>
|
|
|
+ </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
</ScrollView>
|
|
|
</com.kdanmobile.reader.view.HorizontalView>
|
|
|
- <android.support.constraint.ConstraintLayout
|
|
|
+ <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
android:id="@+id/viewGroup_readerActivity_bottomToolbar"
|
|
|
android:background="@color/reader_bottom_toolbar_bg"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
@@ -172,7 +172,7 @@
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="1dp" />
|
|
|
- <android.support.v7.widget.AppCompatImageButton
|
|
|
+ <androidx.appcompat.widget.AppCompatImageButton
|
|
|
android:id="@+id/ib_readerActivity_bottomToolbarPrevious"
|
|
|
style="@style/ReaderBottomToolbarImageButton"
|
|
|
android:src="@drawable/ic_prev"
|
|
@@ -182,7 +182,7 @@
|
|
|
app:layout_constraintRight_toLeftOf="@id/ib_readerActivity_bottomToolbarShare"
|
|
|
app:layout_constraintHorizontal_chainStyle="spread"
|
|
|
/>
|
|
|
- <android.support.v7.widget.AppCompatImageButton
|
|
|
+ <androidx.appcompat.widget.AppCompatImageButton
|
|
|
android:id="@+id/ib_readerActivity_bottomToolbarShare"
|
|
|
style="@style/ReaderBottomToolbarImageButton"
|
|
|
android:src="@drawable/ic_share"
|
|
@@ -191,7 +191,7 @@
|
|
|
app:layout_constraintLeft_toRightOf="@id/ib_readerActivity_bottomToolbarPrevious"
|
|
|
app:layout_constraintRight_toLeftOf="@id/ib_readerActivity_bottomToolbarKdanCloud"
|
|
|
/>
|
|
|
- <android.support.v7.widget.AppCompatImageButton
|
|
|
+ <androidx.appcompat.widget.AppCompatImageButton
|
|
|
android:id="@+id/ib_readerActivity_bottomToolbarKdanCloud"
|
|
|
style="@style/ReaderBottomToolbarImageButton"
|
|
|
android:src="@drawable/ic_kdancloud"
|
|
@@ -200,7 +200,7 @@
|
|
|
app:layout_constraintLeft_toRightOf="@id/ib_readerActivity_bottomToolbarShare"
|
|
|
app:layout_constraintRight_toLeftOf="@id/ib_readerActivity_bottomToolbarViewAll"
|
|
|
/>
|
|
|
- <android.support.v7.widget.AppCompatImageButton
|
|
|
+ <androidx.appcompat.widget.AppCompatImageButton
|
|
|
android:id="@+id/ib_readerActivity_bottomToolbarViewAll"
|
|
|
style="@style/ReaderBottomToolbarImageButton"
|
|
|
android:src="@drawable/ic_viewall"
|
|
@@ -209,7 +209,7 @@
|
|
|
app:layout_constraintLeft_toRightOf="@id/ib_readerActivity_bottomToolbarKdanCloud"
|
|
|
app:layout_constraintRight_toLeftOf="@id/ib_readerActivity_bottomToolbarMediaBox"
|
|
|
/>
|
|
|
- <android.support.v7.widget.AppCompatImageButton
|
|
|
+ <androidx.appcompat.widget.AppCompatImageButton
|
|
|
android:id="@+id/ib_readerActivity_bottomToolbarMediaBox"
|
|
|
style="@style/ReaderBottomToolbarImageButton"
|
|
|
android:src="@drawable/ic_work"
|
|
@@ -218,7 +218,7 @@
|
|
|
app:layout_constraintLeft_toRightOf="@id/ib_readerActivity_bottomToolbarViewAll"
|
|
|
app:layout_constraintRight_toLeftOf="@id/ib_readerActivity_bottomToolbarNext"
|
|
|
/>
|
|
|
- <android.support.v7.widget.AppCompatImageButton
|
|
|
+ <androidx.appcompat.widget.AppCompatImageButton
|
|
|
android:id="@+id/ib_readerActivity_bottomToolbarNext"
|
|
|
style="@style/ReaderBottomToolbarImageButton"
|
|
|
android:src="@drawable/ic_next"
|
|
@@ -227,7 +227,7 @@
|
|
|
app:layout_constraintLeft_toRightOf="@id/ib_readerActivity_bottomToolbarMediaBox"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
/>
|
|
|
- </android.support.constraint.ConstraintLayout>
|
|
|
+ </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
<com.kdanmobile.reader.screen.reader.mediabox.MediaBoxView
|
|
|
android:id="@+id/mediaBoxView"
|
|
@@ -262,4 +262,4 @@
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent" />
|
|
|
-</android.support.constraint.ConstraintLayout>
|
|
|
+</androidx.constraintlayout.widget.ConstraintLayout>
|