diff --git a/app/src/main/res/drawable/img_home_ad.png b/app/src/main/res/drawable/img_home_ad.png new file mode 100644 index 0000000..66a757c Binary files /dev/null and b/app/src/main/res/drawable/img_home_ad.png differ diff --git a/app/src/main/res/drawable/shape_gray_1_fill_8_rect.xml b/app/src/main/res/drawable/shape_gray_1_fill_8_rect.xml new file mode 100644 index 0000000..85e41b7 --- /dev/null +++ b/app/src/main/res/drawable/shape_gray_1_fill_8_rect.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/shape_gray_2_line_4_rect.xml b/app/src/main/res/drawable/shape_gray_2_line_4_rect.xml new file mode 100644 index 0000000..c6f6909 --- /dev/null +++ b/app/src/main/res/drawable/shape_gray_2_line_4_rect.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/shape_orange_fill_4_rect.xml b/app/src/main/res/drawable/shape_orange_fill_4_rect.xml new file mode 100644 index 0000000..c1f36cc --- /dev/null +++ b/app/src/main/res/drawable/shape_orange_fill_4_rect.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index 44d8656..e020faf 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -1,21 +1,207 @@ - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_home.xml b/app/src/main/res/layout/item_home.xml new file mode 100644 index 0000000..507bbb7 --- /dev/null +++ b/app/src/main/res/layout/item_home.xml @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/values/shapes.xml b/app/src/main/res/values/shapes.xml new file mode 100644 index 0000000..e330db8 --- /dev/null +++ b/app/src/main/res/values/shapes.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file