forked from organicmaps/organicmaps-tmp
match_parent available from API 8
This commit is contained in:
parent
0ec7a2fb58
commit
40879f5fdb
1 changed files with 3 additions and 3 deletions
|
@ -13,13 +13,13 @@
|
|||
android:focusableInTouchMode="true" />
|
||||
|
||||
<include
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
layout="@layout/pin_set_edit" />
|
||||
|
||||
<TextView
|
||||
style="?android:attr/listSeparatorTextViewStyle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/bookmarks" />
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
|||
|
||||
<ListView
|
||||
android:id="@android:id/list"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content" >
|
||||
</ListView>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue