Browse Source

Merged upstream pull requests into master.

pull/148/merge
Eric Kok 10 years ago
parent
commit
0a5fa95d1f
  1. 1
      core/.classpath
  2. 2
      core/res/layout-v11/list_item_widget_light.xml

1
core/.classpath

@ -10,5 +10,6 @@ @@ -10,5 +10,6 @@
</attributes>
</classpathentry>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry exported="true" kind="lib" path="libs/transdroid.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>

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