mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -146,6 +146,7 @@ class BookSourceEditActivity :
|
||||
|
||||
private fun initView() {
|
||||
if (!BuildConfig.DEBUG) {
|
||||
binding.cbIsEnableReview.gone()
|
||||
binding.tabLayout.removeTabAt(6)
|
||||
}
|
||||
binding.recyclerView.setEdgeEffectColor(primaryColor)
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
<androidx.appcompat.widget.AppCompatSpinner
|
||||
android:id="@+id/sp_type"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:entries="@array/book_type"
|
||||
app:theme="@style/Spinner" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user