Compare commits

..

No commits in common. "7849115000bf5ae60f66a3349fc15dd4d09e7eb6" and "dce5a8d89c2a5ef6a38fb482c0cb83e1df37e346" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

@ -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() {

View File

@ -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"