Merge "Tweak style of recent apps dialog title." into froyo
This commit is contained in:
committed by
Android (Google) Code Review
commit
3bb5e4d322
@@ -22,28 +22,28 @@
|
|||||||
android:background="@drawable/recent_dialog_background"
|
android:background="@drawable/recent_dialog_background"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:paddingTop="3dip"
|
android:gravity="center"
|
||||||
android:paddingBottom="3dip"
|
android:padding="4dip"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
|
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="40dip"
|
||||||
style="?android:attr/windowTitleStyle"
|
android:gravity="center"
|
||||||
android:layout_marginTop="5dip"
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||||
android:layout_marginBottom="15dip"
|
android:textColor="#80FFFFFF"
|
||||||
|
android:textStyle="bold"
|
||||||
|
android:singleLine="true"
|
||||||
android:text="@android:string/recent_tasks_title" />
|
android:text="@android:string/recent_tasks_title" />
|
||||||
|
|
||||||
<!-- This is only intended to be visible when all buttons (below) are invisible -->
|
<!-- This is only intended to be visible when all buttons (below) are invisible -->
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/no_applications_message"
|
android:id="@+id/no_applications_message"
|
||||||
android:layout_width="320dip"
|
android:layout_width="320dip"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="80dip"
|
||||||
android:layout_marginTop="15dip"
|
|
||||||
android:layout_marginBottom="15dip"
|
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||||
android:text="@android:string/no_recent_tasks" />
|
android:text="@android:string/no_recent_tasks" />
|
||||||
|
|
||||||
<!-- The first row has a fixed-width because the UI spec requires the box
|
<!-- The first row has a fixed-width because the UI spec requires the box
|
||||||
@@ -96,4 +96,10 @@
|
|||||||
android:id="@+id/button7" />
|
android:id="@+id/button7" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
<!-- spacer to balance out the title above -->
|
||||||
|
<FrameLayout
|
||||||
|
android:layout_height="40dip"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
/>
|
||||||
</com.android.internal.policy.impl.RecentApplicationsBackground>
|
</com.android.internal.policy.impl.RecentApplicationsBackground>
|
||||||
|
|||||||
Reference in New Issue
Block a user