From 4a57a217d002f75d3cd10b081c5f4cb73d2ea275 Mon Sep 17 00:00:00 2001
From: Camil Staps
Date: Wed, 3 Jun 2015 11:51:55 +0200
Subject: Nicer filter settings
---
.../main/res/layout/activity_filter_settings.xml | 16 ++++-----
.../res/layout/fragment_filter_settings_feeds.xml | 34 ------------------
.../main/res/layout/item_filter_settings_feed.xml | 40 +++++++++++++++-------
3 files changed, 35 insertions(+), 55 deletions(-)
delete mode 100644 app/src/main/res/layout/fragment_filter_settings_feeds.xml
(limited to 'app/src/main/res/layout')
diff --git a/app/src/main/res/layout/activity_filter_settings.xml b/app/src/main/res/layout/activity_filter_settings.xml
index 6ee5331..f0a773c 100644
--- a/app/src/main/res/layout/activity_filter_settings.xml
+++ b/app/src/main/res/layout/activity_filter_settings.xml
@@ -4,10 +4,7 @@
tools:context="org.rssin.android.FilterSettingsActivity"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:paddingLeft="0dp"
- android:paddingRight="0dp"
- android:paddingTop="0dp"
- android:paddingBottom="0dp"
+ android:padding="0dp"
android:orientation="vertical">
+ android:maxLines="1"
+ android:inputType="textUri"/>
+ android:text="@string/filter_settings_add_feed"/>
+ android:layout_height="match_parent"/>
diff --git a/app/src/main/res/layout/fragment_filter_settings_feeds.xml b/app/src/main/res/layout/fragment_filter_settings_feeds.xml
deleted file mode 100644
index 9c1e1f4..0000000
--- a/app/src/main/res/layout/fragment_filter_settings_feeds.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/item_filter_settings_feed.xml b/app/src/main/res/layout/item_filter_settings_feed.xml
index 4f027eb..e7e5196 100644
--- a/app/src/main/res/layout/item_filter_settings_feed.xml
+++ b/app/src/main/res/layout/item_filter_settings_feed.xml
@@ -1,20 +1,36 @@
-
+ android:padding="@dimen/listview_item_padding">
+
+
-
+
-
+
-
\ No newline at end of file
+
+
+
+
+
\ No newline at end of file
--
cgit v1.2.3