Add missing id.

If29bb34fce04eab5adc9b5180b70dbfd718cc709 added
proxy_settings_title, which should be available in Setup Wizard
flow.

Bug: 3321533
Change-Id: I4c2590dc728dde573502b91e5ef5b7bd8323bc97
This commit is contained in:
Daisuke Miyakawa
2011-01-04 11:44:09 -08:00
parent b2835ebdbd
commit 5915d5d3c5

View File

@@ -347,7 +347,8 @@
android:orientation="vertical"
android:visibility="gone">
<TextView android:layout_width="fill_parent"
<TextView android:id="@+id/proxy_settings_title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/proxy_settings_title" />