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

Commit

Permalink
Possible fix for widget configure crash..
Browse files Browse the repository at this point in the history
Define a color the textColorHighlight attribute.
  • Loading branch information
timusus committed Nov 12, 2018
1 parent 6e6a493 commit 85acce0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions app/src/main/res/layout/activity_widget_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,17 @@
android:layout_weight="1"
android:checked="true"
android:gravity="center_vertical"
android:text="@string/widget_show_artwork"/>
android:text="@string/widget_show_artwork"
android:textColorHighlight="#6680cbc4"/>

<com.simplecity.amp_library.ui.views.CustomCheckbox
android:id="@+id/checkBox2"
android:layout_width="0dp"
android:layout_height="48dp"
android:layout_weight="1"
android:gravity="center_vertical"
android:text="@string/widget_invert_icons"/>
android:text="@string/widget_invert_icons"
android:textColorHighlight="#6680cbc4"/>

</LinearLayout>

Expand Down Expand Up @@ -119,14 +121,14 @@

<com.simplecity.amp_library.ui.views.SizableSeekBar
android:id="@+id/seekBar1"
style="@style/SeekBar"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_weight="1"
android:indeterminate="false"
android:max="255"
android:progress="218"/>
android:progress="218"
style="@style/SeekBar"/>
</LinearLayout>

<View
Expand Down

0 comments on commit 85acce0

Please sign in to comment.