summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout-xlarge/ticker_compat.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SystemUI/res/layout-xlarge/ticker_compat.xml')
-rw-r--r--packages/SystemUI/res/layout-xlarge/ticker_compat.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout-xlarge/ticker_compat.xml b/packages/SystemUI/res/layout-xlarge/ticker_compat.xml
index 79c7543..5703896 100644
--- a/packages/SystemUI/res/layout-xlarge/ticker_compat.xml
+++ b/packages/SystemUI/res/layout-xlarge/ticker_compat.xml
@@ -20,9 +20,15 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
- android:background="#ff000000"
+ android:background="#ff1d1d1d"
>
+ <ImageView android:id="@+id/icon"
+ android:layout_width="64dp"
+ android:layout_height="match_parent"
+ android:scaleType="center"
+ />
+
<TextView android:id="@+id/text"
android:textAppearance="@*android:style/TextAppearance.StatusBar.Ticker"
android:layout_width="match_parent"