pull/46/head
kunfei 5 years ago
parent 4d2340cc63
commit 20fdc191b3
  1. 8
      app/src/main/res/layout/activity_book_source_edit.xml
  2. 2
      app/src/main/res/values-night/styles.xml
  3. 5
      app/src/main/res/values/arrays.xml
  4. 2
      app/src/main/res/values/styles.xml

@ -33,12 +33,12 @@
android:checked="true"
android:text="@string/find" />
<io.legado.app.lib.theme.view.ATECheckBox
android:id="@+id/cb_is_audio"
<androidx.appcompat.widget.AppCompatSpinner
android:id="@+id/sp_type"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:checked="false"
android:text="@string/audio" />
android:entries="@array/book_type"
app:theme="@style/Spinner" />
</LinearLayout>
<com.google.android.material.tabs.TabLayout

@ -1,5 +1,7 @@
<resources>
<style name="Spinner" parent="android:Theme.Holo" />
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Dark">
<item name="overlapAnchor">false</item>
<item name="colorAccent">@color/md_grey_100</item>

@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="book_type">
<item>文本</item>
<item>音频</item>
</string-array>
<string-array name="tts_speech_per">
<item>度小美</item>
<item>度小宇</item>

@ -50,6 +50,8 @@
<style name="AppTheme.AlertDialog" parent="Theme.AppCompat.DayNight.Dialog.Alert"/>
<style name="Spinner" parent="android:Theme.Holo.Light" />
//**************************************************************System
Style******************************************************************************//

Loading…
Cancel
Save