Fixed layout issues with people list fragment

pull/14/head
Sam Bosley 13 years ago
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>

@ -2,7 +2,7 @@
<!-- 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:layout_height="fill_parent"
android:background="?attr/asListPopoverBg"
android:orientation="vertical">

@ -143,7 +143,7 @@
<string name="TLA_quick_add_hint">Add a task</string>
<!-- Quick Add Edit Box Hint for assigning (%s -> name)-->
<string name="TLA_quick_add_hint_assign">Tap to assign %s a task</string>
<string name="TLA_quick_add_hint_assign">Add something for %s</string>
<!-- Notification Volumne notification-->
<string name="TLA_notification_volume_low">Notifications are muted. You won\'t be able to hear Astrid!</string>

Loading…
Cancel
Save