old
zlj 5 years ago
parent e6dfaa9544
commit 191b6b11ae
  1. 2
      .idea/misc.xml
  2. 13
      app/src/main/res/layout/rlv_item_book_list.xml
  3. 44
      app/src/main/res/values-zh-rTW/colors.xml
  4. 2
      app/src/main/res/values/colors.xml

@ -5,7 +5,7 @@
<configuration PROFILE_NAME="Debug" CONFIG_NAME="Debug" />
</configurations>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="JDK" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto"
@ -9,7 +9,7 @@
xmlns:tools="http://schemas.android.com/tools">
<ImageView
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/iv_book"
android:layout_width="60dp"
android:layout_height="75dp"
@ -20,7 +20,7 @@
android:src="@drawable/ic_default"/>
<TextView
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/tv_book_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@ -32,7 +32,7 @@
android:maxLines="1"
android:textColor="@color/colorTitle"/>
<TextView
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/tv_book_author"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@ -45,8 +45,7 @@
android:maxLines="1"
android:textColor="@color/colorSubTitle"/>
<TextView
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/tv_book_description"
android:layout_width="0dp"
android:layout_height="wrap_content"
@ -73,4 +72,4 @@
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"/>
</androidx.constraintlayout.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="white">#ffffff</color>
<color name="colorBlue">#5086DF</color>
<!--night-->
<color name="colorPrimary">#282A2E</color>
<color name="colorSelect">#498EFF</color>
<color name="colorNoSelect">#8B8484</color>
<color name="colorTitle">#FFFFFF</color>
<color name="colorSubTitle">#878C9B</color>
<color name="smallColor">#D2D2D2</color>
<color name="colorLine">#222326</color>
<color name="colorSearchBg">#515356</color>
<color name="colorSearchText">#969696</color>
<!--通用背景色-->
<color name="common_bg">@color/colorPrimary</color>
<!--通用触摸背景色-->
<color name="common_touch_bg">#3C3C3C</color>
<color name="transparent">#00000000</color>
<!--read-->
<color name="nb.read.bg_1">#EFEFF7</color>
<color name="nb.read.bg_2">#CCEBCC</color>
<color name="nb.read.bg_4">#CEC29C</color>
<color name="nb.read.bg_5">#001C27</color>
<color name="nb.read.bg_6">#DDCEC29C</color>
<color name="nb.read.font_1">#383429</color>
<color name="nb.read.font_2">#2F332D</color>
<color name="nb.read.font_3">#92918C</color>
<color name="nb.read.font_4">#2C2C2C</color>
<color name="nb.read.font_5">#627176</color>
<color name="nb.read.bg.night">#000000</color>
<color name="nb.read.font_night">#99ffffff</color>
<color name="nb.read.menu.bg">#191919</color>
<color name="nb.read.menu.text">#CBCBCB</color>
<color name="nb.read.bar.translucent">#88000000</color>
</resources>

@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="white">#ffffff</color>
<color name="colorBlue">#5086DF</color>
<color name="black">#212121</color>

Loading…
Cancel
Save