- 主机 Activity:
TelecomActivity
- Fragment:
NoHfpFragment
- 根布局:
R.layout.no_hfp
图 1. 错误屏幕
组件 [id:]ClassName | 属性 | 值 |
---|---|---|
error_string: TextView |
style |
@style/FullScreenErrorMessageStyle |
text |
@string/no_hfp |
|
Constraint Top |
toBottomOf error_icon |
|
Constraint Bottom |
toTopOf connect_bluetooth_button |
|
error_icon: ImageView |
width |
@dimen/no_hfp_icon_size |
height |
@dimen/no_hfp_icon_size |
|
tint |
@color/primary_icon_color |
|
src |
@drawable/ic_bluetooth |
|
layout_marginBottom |
@dimen/no_hfp_icon_margin_bottom |
|
Constraint Bottom |
toTopOf error_string |
|
connect_bluetooth_button: UxrButton |
style |
@style/FullScreenErrorButtonStyle |
text |
@string/connect_bluetooth_button_text |
|
layout_marginTop |
@dimen/connect_bluetooth_button_margin_top |
|
Constraint Top |
toBottomOf error_string |