summaryrefslogtreecommitdiff
path: root/res/layout/feeds_fragment.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-06-22 00:35:53 +0400
committerAndrew Dolgov <[email protected]>2012-06-22 00:35:53 +0400
commitbc7e851b9a11655f9cbca91d301781c238c4d67e (patch)
tree88d0438cd65bafa3ae752c5cdbebd5e4b2e0d4d9 /res/layout/feeds_fragment.xml
parent15e0e4ec0da3cf1b029feb57d2ce62f4129eaea4 (diff)
add shadows to light theme, misc layout/theme tweaks
Diffstat (limited to 'res/layout/feeds_fragment.xml')
-rw-r--r--res/layout/feeds_fragment.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/feeds_fragment.xml b/res/layout/feeds_fragment.xml
index c7f9237f..2204feb8 100644
--- a/res/layout/feeds_fragment.xml
+++ b/res/layout/feeds_fragment.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+
android:layout_height="fill_parent" android:layout_width="match_parent" android:id="@+id/feeds_fragment">
<LinearLayout android:id="@+id/loading_container" android:gravity="center" android:layout_height="match_parent" android:layout_width="match_parent">
<TextView android:layout_width="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:id="@+id/loading_message" android:layout_height="wrap_content" ></TextView>
@@ -8,7 +9,7 @@
<ListView android:id="@+id/feeds" android:layout_height="match_parent" android:layout_width="match_parent"></ListView>
<TextView android:id="@+id/no_feeds"
- android:visibility="invisible"
+ android:visibility="invisible"
android:layout_gravity="center" android:color="#909090"
android:textAppearance="?android:attr/textAppearanceLarge" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/no_feeds"></TextView>