mirror of
https://github.com/DrKLO/Telegram.git
synced 2024-12-22 14:35:03 +01:00
Missing Theme Color in ProfileActivity (QrItem)
I've added the missing theme color in ProfileActivity for the Share QR Code Button
This commit is contained in:
parent
0abe4541dd
commit
eaaa7f5b03
1 changed files with 3 additions and 2 deletions
|
@ -8278,7 +8278,8 @@ public class ProfileActivity extends BaseFragment implements NotificationCenter.
|
|||
|
||||
arrayList.add(new ThemeDescription(listView, 0, new Class[]{TextDetailCell.class}, new String[]{"textView"}, null, null, null, Theme.key_windowBackgroundWhiteBlackText));
|
||||
arrayList.add(new ThemeDescription(listView, 0, new Class[]{TextDetailCell.class}, new String[]{"valueTextView"}, null, null, null, Theme.key_windowBackgroundWhiteGrayText2));
|
||||
|
||||
arrayList.add(new ThemeDescription(listView, ThemeDescription.FLAG_BACKGROUNDFILTER, new Class[]{TextDetailCell.class}, new String[]{"imageView"}, null, null, null, Theme.key_switch2TrackChecked));
|
||||
|
||||
arrayList.add(new ThemeDescription(listView, 0, new Class[]{HeaderCell.class}, new String[]{"textView"}, null, null, null, Theme.key_windowBackgroundWhiteBlueHeader));
|
||||
|
||||
arrayList.add(new ThemeDescription(listView, 0, new Class[]{SettingsSuggestionCell.class}, new String[]{"textView"}, null, null, null, Theme.key_windowBackgroundWhiteBlueHeader));
|
||||
|
@ -8580,4 +8581,4 @@ public class ProfileActivity extends BaseFragment implements NotificationCenter.
|
|||
}
|
||||
return ColorUtils.calculateLuminance(color) > 0.7f;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue