summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Sandler <dsandler@android.com>2014-10-14 20:57:50 -0400
committerDan Sandler <dsandler@android.com>2014-10-15 10:59:40 -0400
commit946d40b7bbd3946954ac1c043583b7b5c3d7f7a7 (patch)
tree5070a36afcc253263e4da3a6622bd09f8425798f
parentcba619c3e8f416683e7b8dc44af9a0e9145b2ad6 (diff)
downloadCellBroadcastReceiver-lollipop-dev.tar.gz
Use correct theme for the cell broadcast list.lollipop-dev
Bug: 17972639 Change-Id: If9b4d917958b412693c1dd8fd0d7e66dcd7e957d
-rw-r--r--AndroidManifest.xml1
-rw-r--r--res/layout/cell_broadcast_list_item.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 44a975747..4fd97fd48 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -51,6 +51,7 @@
<activity android:name="CellBroadcastListActivity"
android:label="@string/app_label"
+ android:theme="@android:style/Theme.Material.Light"
android:configChanges="orientation|keyboardHidden"
android:launchMode="singleTask">
<intent-filter>
diff --git a/res/layout/cell_broadcast_list_item.xml b/res/layout/cell_broadcast_list_item.xml
index 489039f29..09230a4bf 100644
--- a/res/layout/cell_broadcast_list_item.xml
+++ b/res/layout/cell_broadcast_list_item.xml
@@ -36,7 +36,7 @@
android:layout_alignWithParentIfMissing="true"
android:layout_toStartOf="@+id/date"
android:textAppearance="?android:attr/textAppearanceMedium"
- android:textColor="#DD000000"
+ android:textColor="?android:attr/textColorPrimary"
android:singleLine="true"
android:ellipsize="marquee"
/>