Merge "Move IMS registration state to SIM status screen" into pi-dev

This commit is contained in:
TreeHugger Robot
2018-03-28 22:24:30 +00:00
committed by Android (Google) Code Review
7 changed files with 83 additions and 19 deletions

View File

@@ -167,5 +167,18 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/device_info_not_available"/>
<TextView
style="@style/device_info_dialog_label"
android:id="@+id/ims_reg_state_label"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/ims_reg_title"/>
<TextView
style="@style/device_info_dialog_value"
android:id="@+id/ims_reg_state_value"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/device_info_not_available"/>
</LinearLayout>
</ScrollView>