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

Commit e2540170 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5280121 from 7fe24aab to qt-release

Change-Id: Ia44cded32cf6b7bd44373648ddb592c4444104c9
parents 67330e3b 7fe24aab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ LOCAL_RESOURCE_DIR := $(addprefix $(LOCAL_PATH)/, $(res_dirs))
LOCAL_ASSET_DIR := $(addprefix $(LOCAL_PATH)/, $(asset_dirs))

LOCAL_STATIC_ANDROID_LIBRARIES := \
    androidx.design_design \
    com.google.android.material_material \
    androidx.transition_transition \
    androidx.legacy_legacy-support-v13 \
    androidx.appcompat_appcompat \
+3 −3
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
     limitations under the License.
-->

<android.support.design.widget.TextInputLayout
<com.google.android.material.textfield.TextInputLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:id="@+id/text_input_layout"
@@ -30,7 +30,7 @@
    <!-- In Android P there is no initial focus by default in touch mode. See b/77244371 -->
    <requestFocus />

    <android.support.design.widget.TextInputEditText
    <com.google.android.material.textfield.TextInputEditText
        android:id="@android:id/text1"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
@@ -42,4 +42,4 @@
        android:minHeight="@dimen/dialog_edit_text_min_height"
        android:textAlignment="viewStart"
        android:singleLine="true"/>
</android.support.design.widget.TextInputLayout>
</com.google.android.material.textfield.TextInputLayout>
+481 −481

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -462,7 +462,7 @@
    <string name="contact_status_update_attribution" msgid="752179367353018597">"<xliff:g id="SOURCE">%1$s</xliff:g> аркылуу"</string>
    <string name="contact_status_update_attribution_with_date" msgid="7358045508107825068">"<xliff:g id="DATE">%1$s</xliff:g> <xliff:g id="SOURCE">%2$s</xliff:g> аркылуу"</string>
    <string name="action_menu_back_from_search" msgid="8793348588949233348">"издөөнү токтотуу"</string>
    <string name="description_clear_search" msgid="688023606766232904">"Издөөнү тазалоо"</string>
    <string name="description_clear_search" msgid="688023606766232904">"Изделип жаткан нерсени өчүрүү"</string>
    <string name="select_account_dialog_title" msgid="5478489655696599219">"Каттоо эсеби"</string>
    <string name="set_default_account" msgid="4311613760725609801">"Чалууларда ар дайым бул колдонулсун"</string>
    <string name="call_with_a_note" msgid="8389827628360791676">"Кыска жазуу менен чалуу"</string>
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ import android.content.Loader;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import android.support.design.widget.Snackbar;
import com.google.android.material.snackbar.Snackbar;
import androidx.localbroadcastmanager.content.LocalBroadcastManager;
import androidx.collection.ArrayMap;
import androidx.core.view.ViewCompat;
Loading