Fix KitKat crash when showing cell service warning during registration.
This commit is contained in:
parent
0fc73c3a6f
commit
b65d9ffaed
2 changed files with 4 additions and 3 deletions
|
@ -4,6 +4,6 @@
|
||||||
android:viewportWidth="24"
|
android:viewportWidth="24"
|
||||||
android:viewportHeight="24">
|
android:viewportHeight="24">
|
||||||
<path
|
<path
|
||||||
android:fillColor="@color/core_ultramarine"
|
android:fillColor="#FF000000"
|
||||||
android:pathData="M10.75,6h2.5l-0.5,7.5h-1.5ZM12,2.5A9.5,9.5 0,1 0,21.5 12,9.511 9.511,0 0,0 12,2.5M12,1A11,11 0,1 1,1 12,11 11,0 0,1 12,1ZM13.5,16.5A1.5,1.5 0,1 0,12 18,1.5 1.5,0 0,0 13.5,16.5Z"/>
|
android:pathData="M10.75,6h2.5l-0.5,7.5h-1.5ZM12,2.5A9.5,9.5 0,1 0,21.5 12,9.511 9.511,0 0,0 12,2.5M12,1A11,11 0,1 1,1 12,11 11,0 0,1 12,1ZM13.5,16.5A1.5,1.5 0,1 0,12 18,1.5 1.5,0 0,0 13.5,16.5Z"/>
|
||||||
</vector>
|
</vector>
|
|
@ -111,13 +111,14 @@
|
||||||
tools:alpha="1"
|
tools:alpha="1"
|
||||||
tools:visibility="visible">
|
tools:visibility="visible">
|
||||||
|
|
||||||
<ImageView
|
<androidx.appcompat.widget.AppCompatImageView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="top"
|
android:layout_gravity="top"
|
||||||
android:layout_margin="2dp"
|
android:layout_margin="2dp"
|
||||||
android:importantForAccessibility="no"
|
android:importantForAccessibility="no"
|
||||||
app:srcCompat="@drawable/ic_error_outline_14_ultramarine" />
|
app:tint="@color/core_ultramarine"
|
||||||
|
app:srcCompat="@drawable/ic_error_outline_14" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
style="@style/Signal.Text.Body.Registration"
|
style="@style/Signal.Text.Body.Registration"
|
||||||
|
|
Loading…
Add table
Reference in a new issue