Merge "Fix LDPI status_bar_expanded overlay" into gingerbread
This commit is contained in:
commit
e6b2ec0241
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user