From c5406fc96b40d236d6ca7ea144d3738de952b9c5 Mon Sep 17 00:00:00 2001 From: GAULUPEAU Jonathan Date: Wed, 13 Nov 2013 14:56:49 +0100 Subject: [PATCH] Modifications cosmetiques. Ajout champs ARTICLE_ID unique --- AndroidManifest.xml | 4 +- res/layout/article.xml | 22 +++++++++- res/layout/list.xml | 5 ++- res/layout/main.xml | 13 +++--- res/values/strings.xml | 5 ++- .../apps/Poche/ArticlesSQLiteOpenHelper.java | 3 +- src/fr/gaulupeau/apps/Poche/ListArticles.java | 2 +- src/fr/gaulupeau/apps/Poche/Poche.java | 32 +++++++++------ src/fr/gaulupeau/apps/Poche/ReadArticle.java | 40 ++++++++++--------- .../apps/Poche/ReadingListAdapter.java | 2 +- 10 files changed, 81 insertions(+), 47 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 1c7c489..31cc588 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2,14 +2,14 @@ - + android:label="@string/app_name" android:theme="@android:style/Theme.Light.NoTitleBar"> diff --git a/res/layout/article.xml b/res/layout/article.xml index e17a34f..99b8c80 100644 --- a/res/layout/article.xml +++ b/res/layout/article.xml @@ -15,11 +15,31 @@ android:text="Titre" android:textSize="25sp" /> + + + + + android:text="Contenu" + android:textSize="18sp" /> + +