Update WPS Dialog

- Remove title
- Change description text
- Add WPS icon

Bug: 6457246
Change-Id: Icd37261dd3ce920b3bed359ed5232bdc018916fc
This commit is contained in:
Andrew Flynn
2012-05-22 10:54:54 -07:00
parent 0aa7c4f141
commit 2e39ebfeaf
3 changed files with 8 additions and 2 deletions

View File

@@ -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);