am be4a0325
: Merge "Update WPS Dialog" into jb-dev
* commit 'be4a032581ae6dfb41662486085e64052d085314': Update WPS Dialog
This commit is contained in:
@@ -30,6 +30,13 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="8dip" />
|
||||
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:layout_marginTop="8dip"
|
||||
android:src="@drawable/ic_wps" />
|
||||
|
||||
<ProgressBar
|
||||
android:id="@+id/wps_timeout_bar"
|
||||
android:layout_width="match_parent"
|
||||
|
@@ -1239,7 +1239,7 @@
|
||||
<!-- Message in WPS dialog at start up [CHAR LIMIT=150] -->
|
||||
<string name="wifi_wps_setup_msg">Starting WPS\u2026</string>
|
||||
<!-- Message in WPS dialog for PBC after start up [CHAR LIMIT=150] -->
|
||||
<string name="wifi_wps_onstart_pbc">Push the WPS button on your Wi-Fi router. The setup can take upto two minutes to complete.</string>
|
||||
<string name="wifi_wps_onstart_pbc">Press the Wi-Fi Protected Setup button on your router. It may be called \"WPS\" or contain this symbol:</string>
|
||||
<!-- Message in WPS dialog for PIN after start up [CHAR LIMIT=150] -->
|
||||
<string name="wifi_wps_onstart_pin">Enter pin <xliff:g id="number">%1$s</xliff:g> on your Wi-Fi router. The setup can take upto two minutes to complete.</string>
|
||||
<!-- Text displayed when WPS succeeds [CHAR LIMIT=150] -->
|
||||
|
@@ -133,7 +133,6 @@ public class WpsDialog extends AlertDialog {
|
||||
|
||||
@Override
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
setTitle(R.string.wifi_wps_setup_title);
|
||||
mView = getLayoutInflater().inflate(R.layout.wifi_wps_dialog, null);
|
||||
|
||||
mTextView = (TextView) mView.findViewById(R.id.wps_dialog_txt);
|
||||
|
Reference in New Issue
Block a user