mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Add more themeing options for links, private messages, etc. Restructure class files.
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
android:fontFamily="?attr/font_family" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/more_count_text_view_item_comment_fully_collapsed"
|
||||
android:id="@+id/time_text_view_item_comment_fully_collapsed"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="end"
|
||||
|
@@ -569,12 +569,26 @@
|
||||
<string name="theme_item_button_text_color_detail">Applied to: Text on button</string>
|
||||
<string name="theme_item_chip_text_color">Chip Text Color</string>
|
||||
<string name="theme_item_chip_text_color_detail">Applied to: Subscribe Button</string>
|
||||
<string name="theme_item_link_color">Link Color</string>
|
||||
<string name="theme_item_link_color_detail">Applied to: URL</string>
|
||||
<string name="theme_item_received_message_text_color">Received Message Text Color</string>
|
||||
<string name="theme_item_received_message_text_color_detail">Applied to: Received Private Messages</string>
|
||||
<string name="theme_item_sent_message_text_color">Sent Message Text Color</string>
|
||||
<string name="theme_item_sent_message_text_color_detail">Applied to: Sent Private Messages</string>
|
||||
<string name="theme_item_background_color">Background Color</string>
|
||||
<string name="theme_item_background_color_detail">Applied to: Background of every page and navigation drawer</string>
|
||||
<string name="theme_item_card_view_background_color">Card View Background Color</string>
|
||||
<string name="theme_item_card_view_background_color_detail">Applied to: Post background and message background</string>
|
||||
<string name="theme_item_comment_background_color">Comment Background Color</string>
|
||||
<string name="theme_item_comment_background_color_detail">Applied to: Comment background</string>
|
||||
<string name="theme_item_fully_collapsed_comment_background_color">Fully-Collapsed Comment Background Color</string>
|
||||
<string name="theme_item_fully_collapsed_comment_background_color_detail">Applied to: Background of fully-collapsed comments</string>
|
||||
<string name="theme_item_awarded_comment_background_color">Awarded Comment Background Color</string>
|
||||
<string name="theme_item_awarded_comment_background_color_detail">Applied to: Background of awarded comments</string>
|
||||
<string name="theme_item_received_message_background_color">Received Message Background Color</string>
|
||||
<string name="theme_item_received_message_background_color_detail">Applied to: Background of received private messages</string>
|
||||
<string name="theme_item_sent_message_background_color">Sent Message Background Color</string>
|
||||
<string name="theme_item_sent_message_background_color_detail">Applied to: Background of sent private messages</string>
|
||||
<string name="theme_item_bottom_app_bar_background_color">Bottom Navigation Bar Color</string>
|
||||
<string name="theme_item_bottom_app_bar_background_color_detail">Applied to: Bottom navigation bar</string>
|
||||
<string name="theme_item_primary_icon_color">Primary Icon Color</string>
|
||||
@@ -587,6 +601,8 @@
|
||||
<string name="theme_item_comment_icon_and_info_color_detail">Applied to: Icons and score in comments</string>
|
||||
<string name="theme_item_fab_icon_color">Floating Action Button Icon Color</string>
|
||||
<string name="theme_item_fab_icon_color_detail">Applied to: Floating action button icon</string>
|
||||
<string name="theme_item_send_message_icon_color">Send Message Icon Color</string>
|
||||
<string name="theme_item_send_message_icon_color_detail">Applied to: send private message icon</string>
|
||||
<string name="theme_item_toolbar_primary_text_and_icon_color">Toolbar Primary Text and Icon Color</string>
|
||||
<string name="theme_item_toolbar_primary_text_and_icon_color_detail">Applied to: Primary texts and icons in toolbars</string>
|
||||
<string name="theme_item_toolbar_secondary_text_color">Toolbar Secondary Text Color</string>
|
||||
|
Reference in New Issue
Block a user