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

Commit 267e9b0c authored by Alina Zaidi's avatar Alina Zaidi
Browse files

Rename strings for no search results and no widgets in widget picker.

Also update text size and font.

Bug: 191732424
Test: Not needed, minor string change
Change-Id: I90f00f1316524c48520c4cfc265ab2d5e78e3281
parent e0378447
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@
            android:layout_height="match_parent"
            android:gravity="center"
            android:visibility="gone"
            android:fontFamily="sans-serif-medium"
            android:textSize="20sp"
            tools:text="No widgets available" />

        <!-- Fast scroller popup -->
+5 −5
Original line number Diff line number Diff line
@@ -85,12 +85,12 @@
    <!-- Spoken text for screen readers. This text lets a user know that the button is used to clear
         the text that the user entered in the search box. [CHAR_LIMIT=none] -->
    <string name="widgets_full_sheet_cancel_button_description">Clear text from search box</string>
    <!-- Text shown when there is no widgets shown in the popup view showing all available widgets
         installed on the device. [CHAR_LIMIT=none] -->
    <string name="no_widgets_available">No widgets available</string>
    <!-- Text shown when there are no matching widget search results for user's search query.
    <!-- Text shown when there are no widgets or shortcuts that can be added to the device.
         [CHAR_LIMIT=none] -->
    <string name="no_search_results">No search results</string>
    <string name="no_widgets_available">Widgets and shortcuts aren\'t available</string>
    <!-- Text shown when there are no matching widget or shortcut search results for user's search
         query. [CHAR_LIMIT=none] -->
    <string name="no_search_results">No widgets or shortcuts found</string>
    <!-- Tab label. A user can tap this tab to access their personal widgets. [CHAR_LIMIT=25] -->
    <string name="widgets_full_sheet_personal_tab">Personal</string>
    <!-- Tab label. A user can tap this tab to access their work widgets. [CHAR_LIMIT=25] -->