优化
app:theme 已弃用
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:entries="@array/book_type"
|
||||
app:theme="@style/Spinner" />
|
||||
android:theme="@style/Spinner" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:entries="@array/book_type"
|
||||
app:theme="@style/Spinner"
|
||||
android:theme="@style/Spinner"
|
||||
tools:ignore="TouchTargetSizeCheck" />
|
||||
|
||||
<io.legado.app.lib.theme.view.ThemeCheckBox
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
app:layout_constraintBottom_toBottomOf="@id/tv_sort"
|
||||
app:layout_constraintLeft_toRightOf="@+id/tv_sort"
|
||||
app:layout_constraintTop_toTopOf="@id/tv_sort"
|
||||
app:theme="@style/Spinner"
|
||||
android:theme="@style/Spinner"
|
||||
tools:ignore="RtlHardcoded" />
|
||||
|
||||
<io.legado.app.lib.theme.view.ThemeCheckBox
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:entries="@array/group_style"
|
||||
app:theme="@style/Spinner"
|
||||
android:theme="@style/Spinner"
|
||||
tools:ignore="TouchTargetSizeCheck" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:entries="@array/rule_type"
|
||||
app:theme="@style/Spinner" />
|
||||
android:theme="@style/Spinner" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:entries="@array/server_type"
|
||||
app:theme="@style/Spinner"
|
||||
android:theme="@style/Spinner"
|
||||
tools:ignore="TouchTargetSizeCheck" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user