diff --git a/res/layout/article.xml b/res/layout/article.xml index c26632a..5c857c5 100644 --- a/res/layout/article.xml +++ b/res/layout/article.xml @@ -1,8 +1,11 @@ - + android:id="@+id/scroll" + tools:context="fr.gaulupeau.apps.Poche.ReadArticle" > - + - + android:orientation="vertical" + tools:context="fr.gaulupeau.apps.Poche.ListArticles" > - + android:layout_height="wrap_content" + tools:context="fr.gaulupeau.apps.Poche.Poche" > + android:textSize="25sp" /> + android:visibility="gone" /> diff --git a/res/layout/settings.xml b/res/layout/settings.xml index 1879d91..0b3e3b8 100644 --- a/res/layout/settings.xml +++ b/res/layout/settings.xml @@ -1,8 +1,11 @@ - + android:orientation="vertical" + tools:context="fr.gaulupeau.apps.Poche.Settings" > @@ -62,6 +66,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" + android:layout_marginTop="10dp" android:text="@string/txtAPIToken" android:textSize="18sp" /> @@ -88,6 +93,7 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1" + android:layout_marginTop="10dp" android:text="@string/btnDone" /> @@ -103,9 +110,10 @@ android:layout_width="wrap_content" android:layout_height="0dp" android:layout_weight="1" + android:layout_marginBottom="10dp" android:text="@string/author" android:textSize="12sp" /> - +