Merge "Fix startup crash on phones."
This commit is contained in:
committed by
Android (Google) Code Review
commit
d09caeb151
24
packages/SystemUI/res/layout/status_bar_latest_event.xml
Normal file
24
packages/SystemUI/res/layout/status_bar_latest_event.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="65sp"
|
||||
android:orientation="vertical"
|
||||
>
|
||||
|
||||
<com.android.systemui.statusbar.LatestItemView android:id="@+id/content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="64sp"
|
||||
android:background="@android:drawable/status_bar_item_background"
|
||||
android:focusable="true"
|
||||
android:clickable="true"
|
||||
android:paddingRight="6sp"
|
||||
>
|
||||
</com.android.systemui.statusbar.LatestItemView>
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1sp"
|
||||
android:background="@android:drawable/divider_horizontal_bright"
|
||||
/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user