am 6dc1bf84: Manage apps "on SD card" now shows all apps that can go on SD card.

Merge commit '6dc1bf84cf72dd72a2517878f6b280e8afdcf4c2' into gingerbread-plus-aosp

* commit '6dc1bf84cf72dd72a2517878f6b280e8afdcf4c2':
  Manage apps "on SD card" now shows all apps that can go on SD card.
This commit is contained in:
Dianne Hackborn
2010-10-04 23:04:57 -07:00
committed by Android Git Automerger
4 changed files with 89 additions and 30 deletions

View File

@@ -37,7 +37,8 @@
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_width="0px"
android:layout_weight="1"
android:layout_height="wrap_content" >
<TextView android:id="@+id/app_name"
android:layout_width="wrap_content"
@@ -70,5 +71,13 @@
android:text="@string/disabled" />
</LinearLayout>
</LinearLayout>
<CheckBox android:id="@+id/app_on_sdcard"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="5dip"
android:layout_gravity="center_vertical"
android:visibility="gone"
android:clickable="false"
android:focusable="false" />
</LinearLayout>