New details activity

This commit is contained in:
Koitharu
2024-04-03 07:40:01 +03:00
parent 905f565766
commit b27d5607ac
35 changed files with 1757 additions and 42 deletions

View File

@@ -8,6 +8,7 @@
<attr name="listItemTextViewStyle" />
<attr name="fastScrollerStyle" />
<attr name="tipViewStyle" />
<attr name="progressButtonStyle" />
<attr name="m3ColorBackground" />
<attr name="m3ColorExploreButton" />
<attr name="m3ColorCardBackground" />
@@ -147,4 +148,15 @@
<attr name="android:strokeWidth" />
</declare-styleable>
<declare-styleable name="ProgressButton">
<attr name="titleTextAppearance" />
<attr name="subtitleTextAppearance" />
<attr name="title" />
<attr name="subtitle" />
<attr name="android:max" />
<attr name="android:progress" />
<attr name="baseColor" format="color" />
<attr name="progressColor" format="color" />
</declare-styleable>
</resources>

View File

@@ -642,4 +642,5 @@
<string name="show_pages_thumbs_summary">Enable the \"Pages\" tab on the details screen</string>
<string name="error_no_data_received">No data was received from server</string>
<string name="unsupported_backup_message">Please select a proper Kotatsu backup file</string>
<string name="list_ellipsize_pattern" translatable="false">(+%d)</string>
</resources>