Increasing the VS button's touchable area
adding invisible padding to the background buttons Change-Id: Icb8ff9b31e83049520566c2498e1f82067636897
|
Before Width: | Height: | Size: 711 B After Width: | Height: | Size: 712 B |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 914 B After Width: | Height: | Size: 898 B |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 597 B |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 1.2 KiB |
@@ -34,7 +34,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:paddingLeft="12dip"
|
||||
android:paddingRight="12dip"
|
||||
android:paddingRight="6dip"
|
||||
android:paddingTop="7dip"
|
||||
android:paddingBottom="16dip"
|
||||
android:background="@drawable/search_plate_global" >
|
||||
@@ -95,7 +95,10 @@
|
||||
android:id="@+id/search_voice_btn"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginLeft="8dip"
|
||||
android:layout_marginLeft="0dip"
|
||||
android:layout_marginTop="-6.5dip"
|
||||
android:layout_marginBottom="-7dip"
|
||||
android:layout_marginRight="-5dip"
|
||||
android:background="@drawable/btn_search_dialog_voice"
|
||||
android:src="@android:drawable/ic_btn_speak_now"
|
||||
/>
|
||||
|
||||