mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-25 08:05:55 +01:00
Change colors
This commit is contained in:
parent
a4eaf66386
commit
5968a04cf7
@ -142,9 +142,9 @@ public class AlarmDetails extends AbstractGBActivity {
|
||||
// Enabled or not can still be seen in the checkmark
|
||||
// TODO: I'd like feedback on this
|
||||
if (GBApplication.isDarkThemeEnabled())
|
||||
cbSmartWakeup.setTextColor(getResources().getColor(R.color.primarytext_dark));
|
||||
cbSmartWakeup.setTextColor(getResources().getColor(android.R.color.secondary_text_dark));
|
||||
else
|
||||
cbSmartWakeup.setTextColor(getResources().getColor(R.color.primarytext_light));
|
||||
cbSmartWakeup.setTextColor(getResources().getColor(android.R.color.secondary_text_light));
|
||||
}
|
||||
if (smartAlarmIntervalSupported)
|
||||
cbSmartWakeup.setText(R.string.alarm_smart_wakeup_interval);
|
||||
|
Loading…
Reference in New Issue
Block a user