summaryrefslogtreecommitdiffstats
path: root/res/layout/radio_info.xml
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2012-06-01 14:37:21 -0700
committerWink Saville <wink@google.com>2012-07-18 17:05:09 -0700
commit79bff2a254eb7785b2b8fb6b8b700c274105cfd9 (patch)
tree4e9b7a39eb77bb9838c7c4d421e44a7a91957e39 /res/layout/radio_info.xml
parentf6941bdc63776d9b65616346df18ef3734358935 (diff)
downloadpackages_apps_Settings-79bff2a254eb7785b2b8fb6b8b700c274105cfd9.tar.gz
packages_apps_Settings-79bff2a254eb7785b2b8fb6b8b700c274105cfd9.tar.bz2
packages_apps_Settings-79bff2a254eb7785b2b8fb6b8b700c274105cfd9.zip
Test getAllCellInfo and onCellInfoChanged.
Change-Id: I20164d6bb9edb2ecf178b4533a39e885773d7b22
Diffstat (limited to 'res/layout/radio_info.xml')
-rw-r--r--res/layout/radio_info.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout/radio_info.xml b/res/layout/radio_info.xml
index d9e5f4d57..a636c9cc5 100644
--- a/res/layout/radio_info.xml
+++ b/res/layout/radio_info.xml
@@ -84,6 +84,13 @@
<TextView android:id="@+id/neighboring" style="@style/info_value" />
</LinearLayout>
+ <!-- CellInfo -->
+ <LinearLayout style="@style/entry_layout">
+ <TextView android:text="@string/radio_info_cellinfo_label"
+ style="@style/info_label" />
+ <TextView android:id="@+id/cellinfo" style="@style/info_value" />
+ </LinearLayout>
+
<!-- Roaming -->
<LinearLayout style="@style/entry_layout">
<TextView android:text="@string/radio_info_roaming_label" style="@style/info_label" />