summaryrefslogtreecommitdiffstats
path: root/res/layout/radio_info.xml
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2012-07-25 14:11:58 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-07-25 14:11:59 -0700
commiteca0eee041b866691bb5582665e5519903520aeb (patch)
tree24ad30f2f9e5700ada6358ce3415cf48a3556cff /res/layout/radio_info.xml
parent0cd75608c0dc6f4a33e8ff944478945083430394 (diff)
parent79bff2a254eb7785b2b8fb6b8b700c274105cfd9 (diff)
downloadpackages_apps_Settings-eca0eee041b866691bb5582665e5519903520aeb.zip
packages_apps_Settings-eca0eee041b866691bb5582665e5519903520aeb.tar.gz
packages_apps_Settings-eca0eee041b866691bb5582665e5519903520aeb.tar.bz2
Merge "Test getAllCellInfo and onCellInfoChanged."
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 e040900..8888a98 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" />