mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-02-11 17:08:43 +01:00
Compare commits
No commits in common. "7849115000bf5ae60f66a3349fc15dd4d09e7eb6" and "dce5a8d89c2a5ef6a38fb482c0cb83e1df37e346" have entirely different histories.
7849115000
...
dce5a8d89c
@ -79,7 +79,7 @@ public class CustomThemeWrapper {
|
||||
|
||||
public int getSecondaryTextColor() {
|
||||
return getThemeSharedPreferences().getInt(CustomThemeSharedPreferencesUtils.SECONDARY_TEXT_COLOR,
|
||||
getDefaultColor("#8A000000", "#B3FFFFFF", "#B3FFFFFF"));
|
||||
getDefaultColor("#8A0000", "#B3FFFF", "#B3FFFF"));
|
||||
}
|
||||
|
||||
public int getPostTitleColor() {
|
||||
@ -89,7 +89,7 @@ public class CustomThemeWrapper {
|
||||
|
||||
public int getPostContentColor() {
|
||||
return getThemeSharedPreferences().getInt(CustomThemeSharedPreferencesUtils.POST_CONTENT_COLOR,
|
||||
getDefaultColor("#8A000000", "#B3FFFFFF", "#B3FFFFFF"));
|
||||
getDefaultColor("#8A0000", "#B3FFFF", "#B3FFFF"));
|
||||
}
|
||||
|
||||
public int getReadPostTitleColor() {
|
||||
@ -149,12 +149,12 @@ public class CustomThemeWrapper {
|
||||
|
||||
public int getPostIconAndInfoColor() {
|
||||
return getThemeSharedPreferences().getInt(CustomThemeSharedPreferencesUtils.POST_ICON_AND_INFO_COLOR,
|
||||
getDefaultColor("#8A000000", "#B3FFFFFF", "#B3FFFFFF"));
|
||||
getDefaultColor("#8A0000", "#FFFFFF", "#B3FFFF"));
|
||||
}
|
||||
|
||||
public int getCommentIconAndInfoColor() {
|
||||
return getThemeSharedPreferences().getInt(CustomThemeSharedPreferencesUtils.COMMENT_ICON_AND_INFO_COLOR,
|
||||
getDefaultColor("#8A000000", "#B3FFFFFF", "#B3FFFFFF"));
|
||||
getDefaultColor("#8A0000", "#FFFFFF", "#B3FFFF"));
|
||||
}
|
||||
|
||||
public int getToolbarPrimaryTextAndIconColor() {
|
||||
|
@ -48,7 +48,7 @@
|
||||
<com.google.android.material.textfield.TextInputLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="@string/instance_url">
|
||||
android:hint="Instance URL">
|
||||
|
||||
<com.google.android.material.textfield.TextInputEditText
|
||||
android:id="@+id/instance_url_input"
|
||||
|
Loading…
x
Reference in New Issue
Block a user