remove all keepScreenOn flags from setup wizard flow

bug: 3253922

Change-Id: I71ef24dcb19437d0666ea3206f184e511b5f047e
This commit is contained in:
Freeman Ng
2010-12-07 10:54:11 -08:00
parent 18b2ef92ce
commit 8b441e3252
2 changed files with 1 additions and 3 deletions

View File

@@ -19,7 +19,6 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:keepScreenOn="true"
android:paddingTop="60dip"
android:paddingLeft="100dip"
android:paddingRight="100dip"

View File

@@ -18,7 +18,6 @@
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:keepScreenOn="true"
android:paddingTop="60dip"
android:paddingLeft="100dip"
android:paddingRight="100dip"
@@ -60,7 +59,7 @@
android:layout_below="@id/wifi_setup_title"
android:background="@color/divider_color"
android:layout_marginBottom="5dip" />
<TextView
android:id="@+id/wifi_setup_status"
android:layout_width="match_parent"