Modify overlay for statusbar ldpi to avoid compilation error

Change-Id: I13bf4a4d00993591db0aef1e11e54265ab17669f
This commit is contained in:
KalimochoAz 2011-04-08 06:53:51 +02:00
parent cd328e56b8
commit 2d6dab68d2
1 changed files with 5 additions and 3 deletions

View File

@ -3,6 +3,7 @@
/* apps/common/assets/default/default/skins/StatusBar.xml /* apps/common/assets/default/default/skins/StatusBar.xml
** **
** Copyright 2006, The Android Open Source Project ** Copyright 2006, The Android Open Source Project
** Patched by Sven Dawitz; Copyright (C) 2011 CyanogenMod Project
** **
** Licensed under the Apache License, Version 2.0 (the "License"); ** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License. ** you may not use this file except in compliance with the License.
@ -25,6 +26,7 @@
> >
<LinearLayout <LinearLayout
android:id="@+id/power_and_carrier"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="vertical" android:orientation="vertical"
@ -54,7 +56,7 @@
android:paddingBottom="1dp" android:paddingBottom="1dp"
android:paddingLeft="4dp" android:paddingLeft="4dp"
android:textAppearance="?android:attr/textAppearanceLarge" android:textAppearance="?android:attr/textAppearanceLarge"
android:textColor="#ffdfdfdf" android:textColor="@color/carrier_label_text_color"
/> />
<TextView android:id="@+id/clear_all_button" <TextView android:id="@+id/clear_all_button"
android:layout_width="wrap_content" android:layout_width="wrap_content"
@ -73,7 +75,7 @@
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>
<FrameLayout <FrameLayout android:id="@+id/notifications"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="1"
@ -91,7 +93,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="vertical" android:orientation="vertical"
> >
<TextView android:id="@+id/noNotificationsTitle" <TextView android:id="@+id/noNotificationsTitle"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"