am 4d4ccc9a: am 9db5ee35: Add facility to disable system packages.

Merge commit '4d4ccc9acbf9c46c930129fcb98230886dac5b9f'

* commit '4d4ccc9acbf9c46c930129fcb98230886dac5b9f':
  Add facility to disable system packages.
This commit is contained in:
Dianne Hackborn
2010-07-26 12:29:38 -07:00
committed by Android Git Automerger
4 changed files with 128 additions and 33 deletions

View File

@@ -47,12 +47,27 @@
android:singleLine="true"
android:ellipsize="marquee"
android:layout_marginBottom="2dip" />
<TextView android:id="@+id/app_size"
android:layout_marginTop="-4dip"
android:layout_gravity="center_vertical"
android:layout_width="wrap_content"
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceSmall" />
android:baselineAlignedChildIndex="0" >
<TextView android:id="@+id/app_size"
android:layout_marginTop="-4dip"
android:layout_gravity="center_vertical|left"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:textAppearance="?android:attr/textAppearanceSmall" />
<TextView android:id="@+id/app_disabled"
android:layout_marginTop="-4dip"
android:layout_gravity="center_vertical|right"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0"
android:textAppearance="?android:attr/textAppearanceSmall"
android:text="@string/disabled" />
</LinearLayout>
</LinearLayout>
</LinearLayout>