Merge "Made paste window nicer: asset and padding"
This commit is contained in:
committed by
Android (Google) Code Review
commit
1c57ffb9e4
Binary file not shown.
|
Before Width: | Height: | Size: 944 B After Width: | Height: | Size: 545 B |
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user