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

@@ -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"