Merge "Made paste window nicer: asset and padding"

This commit is contained in:
Gilles Debunne
2010-11-02 10:06:56 -07:00
committed by Android (Google) Code Review
3 changed files with 16 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 944 B

After

Width:  |  Height:  |  Size: 545 B

View File

@@ -22,6 +22,10 @@
<ImageView android:id="@+id/paste_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="16dip"
android:paddingRight="8dip"
android:paddingTop="8dip"
android:paddingBottom="8dip"
android:layout_centerVertical="true"
android:background="@android:drawable/ic_menu_paste_dark"
/>
@@ -29,6 +33,10 @@
<TextView android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="0dip"
android:paddingRight="16dip"
android:paddingTop="8dip"
android:paddingBottom="8dip"
android:layout_centerVertical="true"
android:textAppearance="?android:attr/textAppearanceMedium"
android:text="@android:string/pasteDisabled"

View File

@@ -22,6 +22,10 @@
<ImageView android:id="@+id/paste_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="16dip"
android:paddingRight="8dip"
android:paddingTop="8dip"
android:paddingBottom="8dip"
android:layout_centerVertical="true"
android:background="@android:drawable/ic_menu_paste_light"
/>
@@ -29,6 +33,10 @@
<TextView android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="0dip"
android:paddingRight="16dip"
android:paddingTop="8dip"
android:paddingBottom="8dip"
android:layout_centerVertical="true"
android:textAppearance="?android:attr/textAppearanceMediumInverse"
android:text="@android:string/paste"