From ef3f3b73bb17c4458dbfd24bbf538dc8b4dcbbb6 Mon Sep 17 00:00:00 2001 From: GAULUPEAU Jonathan Date: Thu, 14 Nov 2013 14:51:31 +0100 Subject: [PATCH] Added ReadAll option + some cosmetic changes. --- AndroidManifest.xml | 2 +- res/layout/article.xml | 5 +- res/menu/option.xml | 3 +- res/menu/option_list.xml | 6 ++ res/values/strings.xml | 1 + src/fr/gaulupeau/apps/Poche/ListArticles.java | 33 +++++++++-- src/fr/gaulupeau/apps/Poche/Poche.java | 58 ++++++++----------- src/fr/gaulupeau/apps/Poche/Settings.java | 3 - 8 files changed, 63 insertions(+), 48 deletions(-) create mode 100644 res/menu/option_list.xml diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 936463d..62f0dc2 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -7,7 +7,7 @@ - + diff --git a/res/layout/article.xml b/res/layout/article.xml index 99b8c80..515d715 100644 --- a/res/layout/article.xml +++ b/res/layout/article.xml @@ -5,21 +5,19 @@