Add module version in About settings.
Change-Id: I2474d05ee96e3dd29fe012fe77450c91775fdf1d Fixes: 122615240 Test: make RunSettingsRoboTests
This commit is contained in:
@@ -51,6 +51,18 @@
|
||||
android:background="?android:attr/selectableItemBackground"
|
||||
android:textColor="?android:attr/colorAccent"/>
|
||||
|
||||
<TextView
|
||||
style="@style/device_info_dialog_label"
|
||||
android:id="@+id/module_version_label"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/module_version"/>
|
||||
<TextView
|
||||
style="@style/device_info_dialog_value"
|
||||
android:id="@+id/module_version_value"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"/>
|
||||
|
||||
<TextView
|
||||
style="@style/device_info_dialog_label"
|
||||
android:id="@+id/baseband_version_label"
|
||||
|
Reference in New Issue
Block a user