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

Commit 787fb603 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update string for FallbackHome" into nyc-mr1-dev

parents 2b0bd66d 2d3a1cd8
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -26,14 +26,16 @@
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:orientation="vertical"
        android:layout_gravity="center">
        android:layout_gravity="center"
        android:layout_marginStart="16dp"
        android:layout_marginEnd="16dp">

        <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textSize="20sp"
            android:textColor="?android:attr/textColorPrimary"
            android:text="@*android:string/android_upgrading_complete"/>
            android:text="@*android:string/android_start_title"/>

        <ProgressBar
            android:theme="@style/FallbackHomeProgressBar"