diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 31cc588..936463d 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -22,5 +22,7 @@ + + diff --git a/res/layout/article_list.xml b/res/layout/article_list.xml index 81c74da..2924be9 100644 --- a/res/layout/article_list.xml +++ b/res/layout/article_list.xml @@ -8,7 +8,7 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="titre" - android:textSize="13sp" + android:textSize="20sp" android:typeface="serif" /> diff --git a/res/layout/main.xml b/res/layout/main.xml index 65c515e..121116b 100644 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -12,76 +12,29 @@ android:paddingRight="30sp" android:paddingTop="15dp" > - - - - - - - + android:layout_weight="0" + android:scaleType="center" + android:src="@drawable/icon" /> + android:layout_height="match_parent" + android:layout_gravity="center" + android:text="@string/hello" + android:textSize="25sp" /> - - - - - - - - - - - -