diff options
author | Wink Saville <wink@google.com> | 2013-04-05 15:04:05 -0700 |
---|---|---|
committer | Wink Saville <wink@google.com> | 2013-04-08 15:19:44 -0700 |
commit | bf4712895a570ce360db57f775b47c858f1d71b2 (patch) | |
tree | 856d781cc1599a5f800360b2f55546d8a406631a /res | |
parent | 645e78d8063169fa59b69bdc83ac5a62840d3253 (diff) | |
download | packages_apps_Settings-bf4712895a570ce360db57f775b47c858f1d71b2.zip packages_apps_Settings-bf4712895a570ce360db57f775b47c858f1d71b2.tar.gz packages_apps_Settings-bf4712895a570ce360db57f775b47c858f1d71b2.tar.bz2 |
Add FW support for CellInfo RIL commands.
Add being able to setCellInfoListRate.
Bug: 8235566
Change-Id: I7ad7dabc4b6c38bfba4461b08e6e30d0eb9efea1
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/radio_info.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/layout/radio_info.xml b/res/layout/radio_info.xml index 8888a98..eeb46a0 100644 --- a/res/layout/radio_info.xml +++ b/res/layout/radio_info.xml @@ -203,6 +203,14 @@ android:layout_height="wrap_content" /> + <!-- CellInfoListRate --> + <Button android:id="@+id/cell_info_list_rate" + android:textSize="14sp" + android:layout_marginTop="8dip" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + /> + <!-- IMS registration required --> <Button android:id="@+id/ims_reg_required" android:textSize="14sp" |