diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 7a44213..cc8aa68 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,6 +1,6 @@ @@ -14,7 +14,7 @@ android:label="@string/app_name" android:theme="@style/AppTheme" > diff --git a/res/drawable-hdpi/a.jpg b/res/drawable-hdpi/a.jpg new file mode 100644 index 0000000..d72d8fe Binary files /dev/null and b/res/drawable-hdpi/a.jpg differ diff --git a/res/drawable-hdpi/b.jpg b/res/drawable-hdpi/b.jpg new file mode 100644 index 0000000..e17674a Binary files /dev/null and b/res/drawable-hdpi/b.jpg differ diff --git a/res/drawable-hdpi/c.jpg b/res/drawable-hdpi/c.jpg new file mode 100644 index 0000000..b22f5b9 Binary files /dev/null and b/res/drawable-hdpi/c.jpg differ diff --git a/res/drawable-hdpi/d.jpg b/res/drawable-hdpi/d.jpg new file mode 100644 index 0000000..a766970 Binary files /dev/null and b/res/drawable-hdpi/d.jpg differ diff --git a/res/drawable-hdpi/e.jpg b/res/drawable-hdpi/e.jpg new file mode 100644 index 0000000..809c530 Binary files /dev/null and b/res/drawable-hdpi/e.jpg differ diff --git a/res/layout/activity_main.xml b/res/layout/activity_main.xml index c93f40c..5c7774c 100644 --- a/res/layout/activity_main.xml +++ b/res/layout/activity_main.xml @@ -1,15 +1,17 @@ + android:layout_height="match_parent" + android:background="#363636" + > - - + - + + + android:layout_height="match_parent" + android:scaleType="centerCrop" /> - - -