diff options
author | Scott Jackson <daneren2005@gmail.com> | 2014-06-21 10:16:10 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2014-06-21 10:16:10 -0700 |
commit | 0a6e73f544ffcad82f9efe8b6f24956b07d23f8a (patch) | |
tree | 7012ede6859b0f656921a8a49bd43cb005b80e50 /res/layout | |
parent | c17cb83c346f72af80cd286a60f70bc1a15c57b5 (diff) | |
download | dsub-0a6e73f544ffcad82f9efe8b6f24956b07d23f8a.tar.gz dsub-0a6e73f544ffcad82f9efe8b6f24956b07d23f8a.tar.bz2 dsub-0a6e73f544ffcad82f9efe8b6f24956b07d23f8a.zip |
Minor tweaks to themes
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/album_cell_item.xml | 3 | ||||
-rw-r--r-- | res/layout/drawer_list_item.xml | 3 |
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>
|