mirror of https://github.com/tasks/tasks
Fixed layout issues with people list fragment
parent
2b75a4de1e
commit
64a0f32b04
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- See the file "LICENSE" for the full license governing this code. -->
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?attr/asListPopoverBg"
|
||||
android:orientation="vertical">
|
||||
|
||||
|
||||
<!-- List -->
|
||||
<ListView android:id="@android:id/list"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="230dip"
|
||||
android:layout_alignParentTop="true"
|
||||
android:scrollbars="vertical"
|
||||
android:divider="@android:color/transparent"
|
||||
android:cacheColorHint="#00000000"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
Loading…
Reference in New Issue