ldpi: Update status_bar_expanded layout

Change-Id: Iffb8690d0388951c059b97773d724d598f326167
This commit is contained in:
Arne Coucheron 2011-03-22 05:46:27 +01:00
parent 6642ae93ba
commit b8af4ef50e
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
android:descendantFocusability="afterDescendants"
>
<LinearLayout android:id="@+id/exp_view_lin_layout"
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
@ -35,7 +35,7 @@
>
<com.android.systemui.statusbar.powerwidget.PowerWidget android:id="@+id/exp_power_stat"
android:layout_width="match_parent"
android:layout_height="45dip"
android:layout_height="44dip"
/>
<LinearLayout