1414 android : text =" "
1515 android : layout_marginBottom =" 24sp" />
1616
17+ <com .google.android.material.card.MaterialCardView
18+ style =" @style/ConnectionStatusCard"
19+ android : layout_width =" match_parent"
20+ android : layout_height =" wrap_content" >
21+
22+ <TextView
23+ style =" @style/ConnectionStatusHeading"
24+ android : drawableStart =" @drawable/ic_check_circle"
25+ android : text =" @string/user_connection_status_enabled_heading" />
26+
27+ </com .google.android.material.card.MaterialCardView>
28+
1729 <com .google.android.material.card.MaterialCardView
1830 style =" @style/ConnectionStatusCard"
1931 android : layout_width =" match_parent"
2638
2739 <TextView
2840 style =" @style/ConnectionStatusHeading"
29- android : drawableStart =" @drawable/ic_check_circle "
30- android : text =" @string/user_connection_status_enabled_heading " />
41+ android : drawableStart =" @drawable/ic_exclamation_triangle "
42+ android : text =" @string/system_connection_status_disabled_heading " />
3143
3244 <TextView
3345 style =" @style/ConnectionStatusText"
3446 android : layout_width =" wrap_content"
3547 android : layout_height =" wrap_content"
3648 android : text =" @string/user_connection_status_details" />
3749 </LinearLayout >
38-
39- </com .google.android.material.card.MaterialCardView>
40-
41- <com .google.android.material.card.MaterialCardView
42- style =" @style/ConnectionStatusCard"
43- android : layout_width =" match_parent"
44- android : layout_height =" wrap_content" >
45-
46- <TextView
47- style =" @style/ConnectionStatusHeading"
48- android : drawableStart =" @drawable/ic_exclamation_triangle"
49- android : text =" @string/system_connection_status_disabled_heading" />
5050 </com .google.android.material.card.MaterialCardView>
5151
5252</android .widget.LinearLayout>
0 commit comments