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, 4 insertions, 4 deletions
diff --git a/packages/SystemUI/res/layout-xlarge/ticker_compat.xml b/packages/SystemUI/res/layout-xlarge/ticker_compat.xml
index 90d4133..5d9a680 100644
--- a/packages/SystemUI/res/layout-xlarge/ticker_compat.xml
+++ b/packages/SystemUI/res/layout-xlarge/ticker_compat.xml
@@ -18,15 +18,15 @@
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="match_parent"
+ android:layout_height="@*android:dimen/status_bar_height"
android:orientation="horizontal"
- android:background="#ff1d1d1d"
+ android:background="@drawable/status_bar_ticker_background"
>
<ImageView
android:id="@+id/large_icon"
- android:layout_width="60dp"
- android:layout_height="60dp"
+ android:layout_width="@dimen/notification_large_icon_width"
+ android:layout_height="@dimen/notification_large_icon_height"
android:scaleType="center"
android:visibility="gone"
/>