parent
2546c4fa5b
commit
b45f95ce13
@ -0,0 +1,32 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project version="4"> |
||||
<component name="WizardSettings"> |
||||
<option name="children"> |
||||
<map> |
||||
<entry key="vectorWizard"> |
||||
<value> |
||||
<PersistentState> |
||||
<option name="children"> |
||||
<map> |
||||
<entry key="vectorAssetStep"> |
||||
<value> |
||||
<PersistentState> |
||||
<option name="values"> |
||||
<map> |
||||
<entry key="assetSourceType" value="FILE" /> |
||||
<entry key="outputName" value="ic_cloud_download" /> |
||||
<entry key="sourceFile" value="F:\SVG图标\cloud.svg" /> |
||||
</map> |
||||
</option> |
||||
</PersistentState> |
||||
</value> |
||||
</entry> |
||||
</map> |
||||
</option> |
||||
</PersistentState> |
||||
</value> |
||||
</entry> |
||||
</map> |
||||
</option> |
||||
</component> |
||||
</project> |
@ -0,0 +1,33 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!-- |
||||
~ This file is part of FYReader. |
||||
~ FYReader is free software: you can redistribute it and/or modify |
||||
~ it under the terms of the GNU General Public License as published by |
||||
~ the Free Software Foundation, either version 3 of the License, or |
||||
~ (at your option) any later version. |
||||
~ |
||||
~ FYReader is distributed in the hope that it will be useful, |
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
~ GNU General Public License for more details. |
||||
~ |
||||
~ You should have received a copy of the GNU General Public License |
||||
~ along with FYReader. If not, see <https://www.gnu.org/licenses/>. |
||||
~ |
||||
~ Copyright (C) 2020 - 2022 fengyuecanzhu |
||||
--> |
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:height="48dp" |
||||
android:width="48dp" |
||||
android:viewportWidth="48" |
||||
android:viewportHeight="48"> |
||||
<path |
||||
android:fillColor="#FFFFFFFF" |
||||
android:pathData="M22.5,40.3180195 L22.5,26.5 C22.5,19.5964406 28.0964406,14 35,14 C41.0751322,14 46,18.9248678 46,25 C46,31.0751322 41.0751322,36 35,36 L28.5,36 L28.5,33 L35,33 C39.418278,33 43,29.418278 43,25 C43,20.581722 39.418278,17 35,17 C29.7532949,17 25.5,21.2532949 25.5,26.5 L25.5,40.3180195 L27.9393398,37.8786797 L30.0606602,40 L24,46.0606602 L17.9393398,40 L20.0606602,37.8786797 L22.5,40.3180195 Z" |
||||
android:strokeWidth="1.0" /> |
||||
<path |
||||
android:fillColor="#FFFFFFFF" |
||||
android:pathData="M33.8258342,11.0485401 C32.0120952,7.45657788 28.2870652,5 24,5 C18.0506258,5 13.1836471,9.7309997 13.0050811,15.6619804 L12.9676728,16.9044801 L11.7398391,17.098463 C7.8813734,17.7080539 5,21.0505922 5,25 C5,29.418278 8.581722,33 13,33 L19.5,33 L19.5,36 L13,36 C6.92486775,36 2,31.0751322 2,25 C2,19.9793459 5.38459981,15.6735816 10.0917391,14.3885641 C10.8920106,7.40161656 16.8277534,2 24,2 C30.0211876,2 35.1709114,5.80695411 37.1422625,11.1628739 C36.443846,11.0556302 35.7284196,11 35,11 C34.6045681,11 34.2129653,11.0163942 33.8258342,11.0485401 L33.8258342,11.0485401 Z" |
||||
android:strokeWidth="1.0" /> |
||||
</vector> |
@ -0,0 +1,79 @@ |
||||
<?xml version="1.0" encoding="utf-8"?><!-- |
||||
~ This file is part of FYReader. |
||||
~ FYReader is free software: you can redistribute it and/or modify |
||||
~ it under the terms of the GNU General Public License as published by |
||||
~ the Free Software Foundation, either version 3 of the License, or |
||||
~ (at your option) any later version. |
||||
~ |
||||
~ FYReader is distributed in the hope that it will be useful, |
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
~ GNU General Public License for more details. |
||||
~ |
||||
~ You should have received a copy of the GNU General Public License |
||||
~ along with FYReader. If not, see <https://www.gnu.org/licenses/>. |
||||
~ |
||||
~ Copyright (C) 2020 - 2022 fengyuecanzhu |
||||
--> |
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||
xmlns:app="http://schemas.android.com/apk/res-auto" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="wrap_content" |
||||
android:background="?android:attr/selectableItemBackground" |
||||
android:orientation="vertical"> |
||||
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout |
||||
android:id="@+id/tv_chapter_item" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="wrap_content" |
||||
android:padding="13dp"> |
||||
|
||||
<TextView |
||||
android:id="@+id/tv_chapter_title" |
||||
android:layout_width="0dp" |
||||
android:layout_height="wrap_content" |
||||
android:singleLine="true" |
||||
android:textColor="@color/textSecondary" |
||||
android:textSize="15sp" |
||||
app:layout_constraintBottom_toTopOf="@id/tv_tag" |
||||
app:layout_constraintLeft_toLeftOf="parent" |
||||
app:layout_constraintRight_toLeftOf="@+id/iv_icon" |
||||
app:layout_constraintTop_toTopOf="parent" /> |
||||
|
||||
<TextView |
||||
android:id="@+id/tv_tag" |
||||
android:layout_marginTop="2dp" |
||||
android:layout_width="0dp" |
||||
android:layout_height="wrap_content" |
||||
android:singleLine="true" |
||||
android:textColor="@color/textAssist" |
||||
android:textSize="@dimen/text_default_size" |
||||
android:visibility="gone" |
||||
app:layout_constraintBottom_toBottomOf="parent" |
||||
app:layout_constraintLeft_toLeftOf="parent" |
||||
app:layout_constraintRight_toLeftOf="@+id/iv_icon" |
||||
app:layout_constraintTop_toBottomOf="@+id/tv_chapter_title" /> |
||||
|
||||
<ImageView |
||||
android:id="@+id/iv_icon" |
||||
android:layout_width="24dp" |
||||
android:layout_height="24dp" |
||||
android:contentDescription="@string/success" |
||||
android:padding="3.5dp" |
||||
android:src="@drawable/ic_cloud_download" |
||||
android:visibility="gone" |
||||
app:layout_constraintBottom_toBottomOf="parent" |
||||
app:layout_constraintRight_toRightOf="parent" |
||||
app:layout_constraintTop_toTopOf="parent" |
||||
app:tint="@color/textAssist" /> |
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout> |
||||
<View |
||||
android:id="@+id/v_line" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="0.5dp" |
||||
android:layout_gravity="bottom" |
||||
android:background="@color/colorDivider" |
||||
android:layerType="software" /> |
||||
</LinearLayout> |
@ -1,46 +0,0 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!-- |
||||
~ This file is part of FYReader. |
||||
~ FYReader is free software: you can redistribute it and/or modify |
||||
~ it under the terms of the GNU General Public License as published by |
||||
~ the Free Software Foundation, either version 3 of the License, or |
||||
~ (at your option) any later version. |
||||
~ |
||||
~ FYReader is distributed in the hope that it will be useful, |
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
~ GNU General Public License for more details. |
||||
~ |
||||
~ You should have received a copy of the GNU General Public License |
||||
~ along with FYReader. If not, see <https://www.gnu.org/licenses/>. |
||||
~ |
||||
~ Copyright (C) 2020 - 2022 fengyuecanzhu |
||||
--> |
||||
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="wrap_content" |
||||
android:orientation="vertical"> |
||||
|
||||
<TextView |
||||
android:id="@+id/tv_chapter_title" |
||||
android:layout_width="wrap_content" |
||||
android:layout_height="wrap_content" |
||||
android:singleLine="true" |
||||
android:drawableLeft="@drawable/selector_category_unload" |
||||
android:textColor="@color/textSecondary" |
||||
android:text="chapter" |
||||
android:drawablePadding="10dp" |
||||
android:padding="13dp" |
||||
android:textSize="15sp" /> |
||||
|
||||
<View |
||||
android:id="@+id/v_line" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="0.5dp" |
||||
android:layout_gravity="bottom" |
||||
android:layout_marginLeft="12dp" |
||||
android:layout_marginRight="12dp" |
||||
android:background="@color/colorDivider" |
||||
android:layerType="software" /> |
||||
</LinearLayout> |
Loading…
Reference in new issue