1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-10-02 19:27:08 +02:00

Fossil Hybrid: fixed text color

This commit is contained in:
Daniel Dakhno 2020-10-12 18:15:04 +02:00
parent cf302a6ba0
commit e47599f15f

View File

@ -432,7 +432,6 @@ public class ConfigActivity extends AbstractGBActivity {
final int currentIndex = i;
String configName = buttonConfig.getString(i);
TextView buttonTextView = new TextView(ConfigActivity.this);
buttonTextView.setTextColor(Color.WHITE);
buttonTextView.setTextSize(20);
try {
ConfigPayload payload = ConfigPayload.valueOf(configName);