diff options
author | Wink Saville <wink@google.com> | 2012-07-25 14:11:58 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-07-25 14:11:59 -0700 |
commit | eca0eee041b866691bb5582665e5519903520aeb (patch) | |
tree | 24ad30f2f9e5700ada6358ce3415cf48a3556cff /res/layout/radio_info.xml | |
parent | 0cd75608c0dc6f4a33e8ff944478945083430394 (diff) | |
parent | 79bff2a254eb7785b2b8fb6b8b700c274105cfd9 (diff) | |
download | packages_apps_Settings-eca0eee041b866691bb5582665e5519903520aeb.tar.gz packages_apps_Settings-eca0eee041b866691bb5582665e5519903520aeb.tar.bz2 packages_apps_Settings-eca0eee041b866691bb5582665e5519903520aeb.zip |
Merge "Test getAllCellInfo and onCellInfoChanged."
Diffstat (limited to 'res/layout/radio_info.xml')
-rw-r--r-- | res/layout/radio_info.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout/radio_info.xml b/res/layout/radio_info.xml index e040900ec..8888a98f1 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" /> |