Skip to content
This repository was archived by the owner on Dec 28, 2022. It is now read-only.

Commit bbd50fc

Browse files
committed
Another possible fix for widget configuration crash
1 parent a0fdf3c commit bbd50fc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

app/src/main/res/values/color.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@
3131

3232
<color name="ic_launcher_background">#03A9F4</color>
3333

34+
<color name="text_highlight">#6680cbc4</color>
35+
3436
</resources>

app/src/main/res/values/styles.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
<item name="colorAccent">@color/md_grey_250</item>
5353
<item name="android:windowShowWallpaper">true</item>
5454
<item name="android:windowBackground">@color/transparent</item>
55+
<item name="android:textColorHighlight">@color/text_highlight</item>
5556
</style>
5657

5758
<style name="Theme.AppCompat.NoActionBar.FullScreen" parent="@style/Theme.AppCompat"/>
@@ -74,7 +75,7 @@
7475
<style name="ExpandedSubtitleAppearance" parent="TextAppearance.AppCompat.Headline">
7576
<item name="android:textColor">#fff</item>
7677
</style>
77-
78+
7879
<style name="SeekBar" parent="android:Widget.SeekBar">
7980
<item name="android:progressDrawable">@drawable/scrubber_progress_horizontal_material</item>
8081
<item name="android:indeterminateDrawable">@drawable/scrubber_progress_horizontal_material

0 commit comments

Comments
 (0)