From d49771c90315897e0fe6eb8d4034e36853bf6650 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Wed, 17 Feb 2021 08:00:07 +0100 Subject: Trying to mimic the Flower exemple from google. --- app/src/main/res/layout/item_layout.xml | 34 +++++++++------------ app/src/main/res/layout/row_layout.xml | 47 ------------------------------ app/src/main/res/layout/top_manga_page.xml | 9 +++--- app/src/main/res/values/strings.xml | 21 ++++++++++++- 4 files changed, 39 insertions(+), 72 deletions(-) delete mode 100644 app/src/main/res/layout/row_layout.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/item_layout.xml b/app/src/main/res/layout/item_layout.xml index e03e874..c4b662c 100644 --- a/app/src/main/res/layout/item_layout.xml +++ b/app/src/main/res/layout/item_layout.xml @@ -2,6 +2,7 @@ - - - + android:textSize="30sp"/> - - - + /--> - + \ No newline at end of file diff --git a/app/src/main/res/layout/row_layout.xml b/app/src/main/res/layout/row_layout.xml deleted file mode 100644 index 1c74476..0000000 --- a/app/src/main/res/layout/row_layout.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - diff --git a/app/src/main/res/layout/top_manga_page.xml b/app/src/main/res/layout/top_manga_page.xml index f8d2510..4a807f1 100644 --- a/app/src/main/res/layout/top_manga_page.xml +++ b/app/src/main/res/layout/top_manga_page.xml @@ -1,5 +1,6 @@ -