From dd9a66eb8cdcf160234d9a4268d253de2bcf99e9 Mon Sep 17 00:00:00 2001 From: ErikWaegerle Date: Mon, 25 May 2020 20:12:50 +0200 Subject: [PATCH] 1.) Creating a Daily Sudoku Activity XML 2.) Adaptation of the layout 3.) Inserting the app and toolbar into the layout 4.) Use the layout of fragment_stats.xml 5.) Adaptation and modification of the layout see Mockup 3 --- .../main/res/layout/activity_daily_sudoku.xml | 417 ++++++++++++++++++ 1 file changed, 417 insertions(+) create mode 100644 app/src/main/res/layout/activity_daily_sudoku.xml diff --git a/app/src/main/res/layout/activity_daily_sudoku.xml b/app/src/main/res/layout/activity_daily_sudoku.xml new file mode 100644 index 0000000..16983d5 --- /dev/null +++ b/app/src/main/res/layout/activity_daily_sudoku.xml @@ -0,0 +1,417 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file