Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9ed8437 authored by Alexandra Gherghina's avatar Alexandra Gherghina
Browse files

Update text for apps installed for other users

This also refactors the layout to accommodate longer text

Bug: 16364316
Change-Id: I41eacba5b09a4f13af9695594c1a53eae075554f
parent a7b5d2b3
Loading
Loading
Loading
Loading
+9 −4
Original line number Diff line number Diff line
@@ -57,7 +57,8 @@

    <TextView
        android:id="@+id/app_size"
        android:layout_width="0dip"
        android:layout_column="1"
        android:layout_row="1"
        android:layout_gravity="fill_horizontal|top"
        android:textAppearance="@android:style/TextAppearance.Material.Body1"
        android:textColor="?android:attr/textColorSecondary"
@@ -65,9 +66,13 @@

    <TextView
        android:id="@+id/app_disabled"
        android:layout_width="0dip"
        android:layout_marginStart="8dip"
        android:layout_gravity="top"
        android:layout_gravity="fill_horizontal|top"
        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>
+2 −2
Original line number Diff line number Diff line
@@ -2936,8 +2936,8 @@
    <string name="filter_apps_onsdcard" product="default">On SD card</string>
    <!-- [CHAR LIMIT=25] Manage applications, text telling using an application is disabled. -->
    <string name="disabled">Disabled</string>
    <!-- [CHAR LIMIT=25] Manage applications, text telling using an application is not installed. -->
    <string name="not_installed">Not installed</string>
    <!-- [CHAR LIMIT=30] Manage applications, text telling using an application is not installed for the current user. -->
    <string name="not_installed">Not installed for this user</string>
    <!-- [CHAR LIMIT=25] Text shown when there are no applications to display. -->
    <string name="no_applications">No apps.</string>
    <!-- [CHAR LIMIT=15] Manage applications, label for chart showing internal storage use. -->