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

Commit

Permalink
Another possible fix for widget configuration crash
Browse files Browse the repository at this point in the history
  • Loading branch information
timusus committed Nov 21, 2018
1 parent a0fdf3c commit bbd50fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/src/main/res/values/color.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@

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

<color name="text_highlight">#6680cbc4</color>

</resources>
3 changes: 2 additions & 1 deletion app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<item name="colorAccent">@color/md_grey_250</item>
<item name="android:windowShowWallpaper">true</item>
<item name="android:windowBackground">@color/transparent</item>
<item name="android:textColorHighlight">@color/text_highlight</item>
</style>

<style name="Theme.AppCompat.NoActionBar.FullScreen" parent="@style/Theme.AppCompat"/>
Expand All @@ -74,7 +75,7 @@
<style name="ExpandedSubtitleAppearance" parent="TextAppearance.AppCompat.Headline">
<item name="android:textColor">#fff</item>
</style>

<style name="SeekBar" parent="android:Widget.SeekBar">
<item name="android:progressDrawable">@drawable/scrubber_progress_horizontal_material</item>
<item name="android:indeterminateDrawable">@drawable/scrubber_progress_horizontal_material
Expand Down

0 comments on commit bbd50fc

Please sign in to comment.