Browse Source

Merge pull request #95 from spacecowboy/master

Now uses dark text in the white widget.
pull/148/merge
Eric Kok 11 years ago
parent
commit
c0261406b1
  1. 2
      core/res/layout-v11/list_item_widget_light.xml

2
core/res/layout-v11/list_item_widget_light.xml

@ -49,6 +49,7 @@ @@ -49,6 +49,7 @@
android:layout_marginLeft="@dimen/widget_list_item_padding"
android:layout_marginTop="4dip"
android:maxLines="1"
android:textColor="@color/text_bright_light"
android:paddingBottom="@dimen/widget_list_item_padding"
android:textIsSelectable="false"
android:textSize="@dimen/text_small" />
@ -62,6 +63,7 @@ @@ -62,6 +63,7 @@
android:layout_marginLeft="@dimen/widget_list_item_padding_left"
android:layout_toLeftOf="@id/ratio_text"
android:maxLines="1"
android:textColor="@color/text_bright_light"
android:textIsSelectable="false"
android:textSize="@dimen/text_small" />

Loading…
Cancel
Save