From ed23c6c7801d34b4e5e3348dc0fb47b05fcc7c92 Mon Sep 17 00:00:00 2001
From: Camil Staps
Date: Wed, 10 Jun 2015 21:04:46 +0200
Subject: Several minor fixes
---
app/src/main/res/drawable/separator.xml | 9 ++++++
app/src/main/res/layout/item_navigation_drawer.xml | 2 +-
.../res/layout/separator_navigation_drawer.xml | 35 +++++++++++-----------
app/src/main/res/values/strings.xml | 8 ++---
app/src/main/res/values/styles.xml | 4 +++
5 files changed, 35 insertions(+), 23 deletions(-)
create mode 100644 app/src/main/res/drawable/separator.xml
(limited to 'app/src/main/res')
diff --git a/app/src/main/res/drawable/separator.xml b/app/src/main/res/drawable/separator.xml
new file mode 100644
index 0000000..28e9a5e
--- /dev/null
+++ b/app/src/main/res/drawable/separator.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/item_navigation_drawer.xml b/app/src/main/res/layout/item_navigation_drawer.xml
index 4c56384..86ce8cd 100644
--- a/app/src/main/res/layout/item_navigation_drawer.xml
+++ b/app/src/main/res/layout/item_navigation_drawer.xml
@@ -21,9 +21,9 @@
android:id="@+id/itemLayout"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
+ android:layout_alignParentStart="true"
android:layout_alignParentLeft="true"
android:orientation="vertical"
-
android:layout_marginTop="0dp"
android:background="#121212">
diff --git a/app/src/main/res/layout/separator_navigation_drawer.xml b/app/src/main/res/layout/separator_navigation_drawer.xml
index 99936ab..ad8baff 100644
--- a/app/src/main/res/layout/separator_navigation_drawer.xml
+++ b/app/src/main/res/layout/separator_navigation_drawer.xml
@@ -17,42 +17,43 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-->
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/itemLayout"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:layout_alignParentLeft="true"
+ android:layout_alignParentStart="true"
+ android:orientation="vertical"
+ android:layout_marginTop="0dp">
+ android:background="@drawable/separator">
+ android:textSize="@dimen/font_size_small"/>
+ android:textSize="@dimen/font_size_small"/>
+
+ android:background="#DADADC"/>
\ No newline at end of file
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index b2194e3..8591d7b 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -92,14 +92,14 @@
Image 5 resource.
Skip tutorial
All feeds
- START
- FILTERS
- FEEDS
+ Start
+ Filters
+ Feeds
Feedback saved.
Add feed
URL:
Title
New title:
Share
- (EDIT)
+ EDIT
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index 5554027..5cf726d 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -24,4 +24,8 @@
#ffc400
+
+ #353535
+ #757575
+ @color/separator_focused
--
cgit v1.2.3