improve searchpoi_list layout for LD devices (arrows cut off when pointing right or down)
This commit is contained in:
parent
552d66baaa
commit
13c868daa9
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
android:layout_width="fill_parent" android:layout_height="wrap_content"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<ImageView android:id="@+id/poi_icon" android:layout_width="wrap_content" android:layout_height="wrap_content"
|
||||
<ImageView android:id="@+id/poi_icon" android:layout_width="26dp" android:layout_height="26dp"
|
||||
android:paddingLeft="1dp" android:paddingRight="1dp"
|
||||
android:paddingTop="1dp" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue