Merge change I2e069577 into eclair
* changes: Simplify the layout of all activities with a title and a progress bar.
This commit is contained in:
@@ -20,14 +20,12 @@
|
|||||||
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"
|
||||||
>
|
>
|
||||||
<RelativeLayout android:id="@android:id/title_container"
|
<RelativeLayout android:id="@android:id/title_container"
|
||||||
style="?android:attr/windowTitleBackgroundStyle"
|
style="?android:attr/windowTitleBackgroundStyle"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
@@ -73,5 +71,4 @@ This is the basic layout for a screen, with all of its features enabled.
|
|||||||
android:foregroundGravity="fill_horizontal|top"
|
android:foregroundGravity="fill_horizontal|top"
|
||||||
android:foreground="?android:attr/windowContentOverlay"
|
android:foreground="?android:attr/windowContentOverlay"
|
||||||
/>
|
/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</FrameLayout>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user