New details activity
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user