mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Check for theme setting on every activities except ViewImageActivity and ViewVideoActivity to correctly set the theme. Minor bugs fixed. Minor UI tweaks.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
<color name="roundedBottomSheetPrimaryNavigationBarColor">@color/roundedBottomSheetPrimaryBackground</color>
|
||||
|
||||
<color name="voteUnavailableVoteButtonColor">#F0F0F0</color>
|
||||
<color name="voteAndReplyUnavailableVoteButtonColor">#F0F0F0</color>
|
||||
|
||||
<color name="tabLayoutWithExpandedCollapsingToolbarTextColor">@color/colorPrimary</color>
|
||||
|
||||
|
@@ -182,6 +182,10 @@
|
||||
<string name="no_browser_found">No browser found</string>
|
||||
|
||||
<string name="archived_post_vote_unavailable">Archived post. Vote unavailable.</string>
|
||||
<string name="archived_post_comment_unavailable">Archived post. Comment unavailable.</string>
|
||||
<string name="archived_post_reply_unavailable">Archived post. Reply unavailable.</string>
|
||||
<string name="locked_post_comment_unavailable">Locked post. Comment unavailable.</string>
|
||||
<string name="locked_post_reply_unavailable">Locked post. Reply unavailable.</string>
|
||||
|
||||
<string name="text">TEXT</string>
|
||||
<string name="link">LINK</string>
|
||||
|
@@ -62,6 +62,8 @@
|
||||
|
||||
<style name="PreferenceActivityTheme" parent="AppTheme.NoActionBar">
|
||||
<item name="android:textColorPrimary">@color/primaryTextColor</item>
|
||||
<item name="buttonBarPositiveButtonStyle">@style/MaterialAlertDialogPositiveButtonStyle</item>
|
||||
<item name="buttonBarNegativeButtonStyle">@style/MaterialAlertDialogNegativeButtonStyle</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user