diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-09-09 15:58:11 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-09-09 15:58:11 +0400 |
| commit | fb7054eb18d45ea641bf1e7177ad4ae41a7d52d2 (patch) | |
| tree | 5880d9c714e89da84f5ed5d50caee79f48168086 /res/layout/headlines_fragment.xml | |
| parent | c7a583a116057ae06c0e0b9ba2e8536744a3479d (diff) | |
experimental animation stuff
Diffstat (limited to 'res/layout/headlines_fragment.xml')
| -rw-r--r-- | res/layout/headlines_fragment.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/res/layout/headlines_fragment.xml b/res/layout/headlines_fragment.xml index abe5076c..588e1404 100644 --- a/res/layout/headlines_fragment.xml +++ b/res/layout/headlines_fragment.xml @@ -4,12 +4,8 @@ android:layout_width="fill_parent"
android:layout_height="fill_parent" android:id="@+id/headlines_fragment">
<LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android">
- <ListView android:layout_weight="1" android:background="?headlinesBackground"
+ <ListView android:layout_weight="1"
android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/headlines"></ListView>
</LinearLayout>
- <TextView android:id="@+id/no_headlines"
- android:visibility="invisible"
- android:layout_gravity="center"
- android:textAppearance="?android:attr/textAppearanceLarge" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/no_headlines"></TextView>
</FrameLayout>
|