Update string for FallbackHome am: 2d3a1cd8bd

am: 626abf16f0

Change-Id: I016e026c89b238a19958381b31efbe72846d2f16
This commit is contained in:
Jorim Jaggi
2016-08-03 00:53:30 +00:00
committed by android-build-merger

View File

@@ -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"