summaryrefslogtreecommitdiffstats
path: root/res/layout/radio_info.xml
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-02-10 15:44:05 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-02-10 15:44:05 -0800
commit1feaa85791b3b5cc66a16142afc2259a2356bc9e (patch)
tree358b291b67f16adb85d6b4a9ce8be57303626a1b /res/layout/radio_info.xml
parent590c0a97ff3b7665306e14da9a999212da5f06b9 (diff)
downloadpackages_apps_Settings-1feaa85791b3b5cc66a16142afc2259a2356bc9e.zip
packages_apps_Settings-1feaa85791b3b5cc66a16142afc2259a2356bc9e.tar.gz
packages_apps_Settings-1feaa85791b3b5cc66a16142afc2259a2356bc9e.tar.bz2
auto import from //branches/cupcake/...@130745
Diffstat (limited to 'res/layout/radio_info.xml')
-rw-r--r--res/layout/radio_info.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/layout/radio_info.xml b/res/layout/radio_info.xml
index 1b20373..e8eba5a 100644
--- a/res/layout/radio_info.xml
+++ b/res/layout/radio_info.xml
@@ -255,5 +255,17 @@
android:layout_toRightOf="@id/smsc_label" />
</RelativeLayout>
+ <!-- Test setting to ignore bad DNS, useful in lab environments -->
+ <LinearLayout style="@style/entry_layout">
+ <Button android:id="@+id/dns_check_toggle"
+ android:textSize="14sp"
+ android:layout_marginTop="8dip"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/radio_info_toggle_dns_check_label"
+ />
+ <TextView android:id="@+id/dnsCheckState" style="@style/info_value" />
+ </LinearLayout>
+
</LinearLayout>
</ScrollView>