Fix building on ldpi devices after this patch http://review.cyanogenmod.com/5530
Looks good to me and seems to weok as normal with this change Change-Id: I190375f8376542d579270e8ce102abb0cc73f453
This commit is contained in:
parent
e8d20f70d0
commit
1f3520edc7
@ -143,6 +143,21 @@
|
||||
/>
|
||||
</com.android.systemui.statusbar.NotificationLinearLayout>
|
||||
</ScrollView>
|
||||
<ScrollView
|
||||
android:id="@+id/bottomScroll"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:fadingEdge="none"
|
||||
android:overScrollMode="ifContentScrolls"
|
||||
>
|
||||
<com.android.systemui.statusbar.NotificationLinearLayout
|
||||
android:id="@+id/bottomNotificationLinearLayout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:layout_gravity="bottom"
|
||||
/>
|
||||
</ScrollView>
|
||||
|
||||
<LinearLayout android:id="@+id/compact_carrier_layout"
|
||||
android:orientation="horizontal"
|
||||
|
Loading…
Reference in New Issue
Block a user