summaryrefslogtreecommitdiff
path: root/res/layout-large
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-08-12 12:42:38 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-08-12 12:42:38 +0200
commit89e83ac9a01b9f4f87a068a93fe51513a3d76204 (patch)
treea521536bad7ea07b80c4f779389183bc89c5e021 /res/layout-large
parent099dd9302710b6233915a0a01fa1d0820534c794 (diff)
downloadAntennaPod-89e83ac9a01b9f4f87a068a93fe51513a3d76204.zip
Adjusted grid size
Diffstat (limited to 'res/layout-large')
-rw-r--r--res/layout-large/feedlist.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/res/layout-large/feedlist.xml b/res/layout-large/feedlist.xml
index f7a116c87..8a821678d 100644
--- a/res/layout-large/feedlist.xml
+++ b/res/layout-large/feedlist.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
@@ -9,16 +10,18 @@
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
- android:horizontalSpacing="32dp"
+ android:horizontalSpacing="16dp"
android:numColumns="auto_fit"
- android:verticalSpacing="32dp" />
+ android:stretchMode="columnWidth"
+ android:verticalSpacing="32dp"
+ tools:listitem="@layout/feedlist_item_grid" />
<TextView
android:id="@id/android:empty"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:gravity="center"
android:layout_gravity="center"
+ android:gravity="center"
android:text="@string/no_feeds_label" />
</LinearLayout> \ No newline at end of file