Fix LDPI status_bar_expanded overlay

Fail again... my local repo wasn't getting sync'd and
I didn't realize the fix wasn't commited earlier.
:(

Change-Id: I72d7cd9e29622fe358b966f17f55ae38c3e01313
This commit is contained in:
Nihanth Subramanya 2011-05-05 22:07:04 +05:30
parent e9304e142e
commit 3106c105ee
1 changed files with 11 additions and 0 deletions

View File

@ -130,6 +130,17 @@
android:layout_height="wrap_content"
android:orientation="vertical"
/>
<TextView android:id="@+id/compact_clear_all_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right|center_vertical"
android:layout_marginTop="4dp"
android:layout_marginBottom="1dp"
android:text="@string/status_bar_clear_all_button"
style="@style/StatusBar.ClearButton"
android:paddingLeft="15dp"
android:paddingRight="15dp"
/>
</com.android.systemui.statusbar.NotificationLinearLayout>
</ScrollView>