Update text for apps installed for other users

This also refactors the layout to accommodate longer text

Bug: 16364316
Change-Id: I41eacba5b09a4f13af9695594c1a53eae075554f
This commit is contained in:
Alexandra Gherghina
2014-10-29 15:29:17 +00:00
parent a7b5d2b384
commit d9ed84375d
2 changed files with 11 additions and 6 deletions

View File

@@ -45,7 +45,7 @@
android:singleLine="true" android:singleLine="true"
android:ellipsize="marquee" android:ellipsize="marquee"
android:textAppearance="@android:style/TextAppearance.Material.Subhead" android:textAppearance="@android:style/TextAppearance.Material.Subhead"
android:textAlignment="viewStart" /> android:textAlignment="viewStart"/>
<CheckBox android:id="@+id/app_on_sdcard" <CheckBox android:id="@+id/app_on_sdcard"
android:layout_marginStart="8dip" android:layout_marginStart="8dip"
@@ -57,7 +57,8 @@
<TextView <TextView
android:id="@+id/app_size" android:id="@+id/app_size"
android:layout_width="0dip" android:layout_column="1"
android:layout_row="1"
android:layout_gravity="fill_horizontal|top" android:layout_gravity="fill_horizontal|top"
android:textAppearance="@android:style/TextAppearance.Material.Body1" android:textAppearance="@android:style/TextAppearance.Material.Body1"
android:textColor="?android:attr/textColorSecondary" android:textColor="?android:attr/textColorSecondary"
@@ -65,9 +66,13 @@
<TextView <TextView
android:id="@+id/app_disabled" android:id="@+id/app_disabled"
android:layout_width="0dip"
android:layout_marginStart="8dip" android:layout_marginStart="8dip"
android:layout_gravity="top" android:layout_gravity="fill_horizontal|top"
android:textAppearance="@android:style/TextAppearance.Material.Body1" android:textAppearance="@android:style/TextAppearance.Material.Body1"
android:textColor="?android:attr/textColorSecondary" /> android:textColor="?android:attr/textColorSecondary"
android:textAlignment="viewEnd"
android:singleLine="true"
android:ellipsize="marquee" />
</GridLayout> </GridLayout>

View File

@@ -2936,8 +2936,8 @@
<string name="filter_apps_onsdcard" product="default">On SD card</string> <string name="filter_apps_onsdcard" product="default">On SD card</string>
<!-- [CHAR LIMIT=25] Manage applications, text telling using an application is disabled. --> <!-- [CHAR LIMIT=25] Manage applications, text telling using an application is disabled. -->
<string name="disabled">Disabled</string> <string name="disabled">Disabled</string>
<!-- [CHAR LIMIT=25] Manage applications, text telling using an application is not installed. --> <!-- [CHAR LIMIT=30] Manage applications, text telling using an application is not installed for the current user. -->
<string name="not_installed">Not installed</string> <string name="not_installed">Not installed for this user</string>
<!-- [CHAR LIMIT=25] Text shown when there are no applications to display. --> <!-- [CHAR LIMIT=25] Text shown when there are no applications to display. -->
<string name="no_applications">No apps.</string> <string name="no_applications">No apps.</string>
<!-- [CHAR LIMIT=15] Manage applications, label for chart showing internal storage use. --> <!-- [CHAR LIMIT=15] Manage applications, label for chart showing internal storage use. -->