am 91c6bdd2: Merge change I2e069577 into eclair

Merge commit '91c6bdd20365a5c6d33986cb941aa085864d016e' into eclair-plus-aosp

* commit '91c6bdd20365a5c6d33986cb941aa085864d016e':
  Simplify the layout of all activities with a title and a progress bar.
This commit is contained in:
Romain Guy
2009-09-29 17:31:58 -07:00
committed by Android Git Automerger

View File

@@ -20,10 +20,8 @@
This is the basic layout for a screen, with all of its features enabled. This is the basic layout for a screen, with all of its features enabled.
--> -->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:fitsSystemWindows="true" android:fitsSystemWindows="true"
>
<LinearLayout
android:orientation="vertical" android:orientation="vertical"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:layout_height="fill_parent"
@@ -74,4 +72,3 @@ This is the basic layout for a screen, with all of its features enabled.
android:foreground="?android:attr/windowContentOverlay" android:foreground="?android:attr/windowContentOverlay"
/> />
</LinearLayout> </LinearLayout>
</FrameLayout>