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

Commit ee70c699 authored by Alexandra Gherghina's avatar Alexandra Gherghina Committed by Android (Google) Code Review
Browse files

Merge "Update text for apps installed for other users" into lmp-mr1-dev

parents fff7e020 d9ed8437
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
@@ -2930,8 +2930,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. -->