aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/layout/album_cell_item.xml3
-rw-r--r--res/layout/drawer_list_item.xml3
2 files changed, 4 insertions, 2 deletions
diff --git a/res/layout/album_cell_item.xml b/res/layout/album_cell_item.xml
index 2a3f7e4e..46024772 100644
--- a/res/layout/album_cell_item.xml
+++ b/res/layout/album_cell_item.xml
@@ -32,7 +32,8 @@
android:textAppearance="?android:attr/textAppearanceSmall"
android:singleLine="true"
android:ellipsize="marquee"
- android:text="@string/search.albums"/>
+ android:text="@string/search.albums"
+ android:textColor="?android:textColorPrimary"/>
<LinearLayout
android:layout_width="fill_parent"
diff --git a/res/layout/drawer_list_item.xml b/res/layout/drawer_list_item.xml
index 9efa9cf4..0f98ec41 100644
--- a/res/layout/drawer_list_item.xml
+++ b/res/layout/drawer_list_item.xml
@@ -21,5 +21,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="26sp"
- android:singleLine="true"/>
+ android:singleLine="true"
+ android:textColor="?android:textColorPrimary"/>
</LinearLayout>