From a940f350c9e5aaa4f0b2db5f8f7872b96649395b Mon Sep 17 00:00:00 2001 From: Viktoriia Schwartz Date: Sun, 6 Dec 2020 16:51:03 -0800 Subject: [PATCH 01/18] Fix part of #2132 --- app/src/main/res/layout/story_chapter_view.xml | 4 ++-- app/src/main/res/values/dimens.xml | 2 +- app/src/main/res/values/strings.xml | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/story_chapter_view.xml b/app/src/main/res/layout/story_chapter_view.xml index b626c0f0a60..ee9ddfac416 100644 --- a/app/src/main/res/layout/story_chapter_view.xml +++ b/app/src/main/res/layout/story_chapter_view.xml @@ -42,6 +42,7 @@ 4dp 4dp - 0dp + 2dp 224dp 72dp diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 737c64804c2..521da841c18 100755 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -63,6 +63,7 @@ %s. Chapter %s: %s Chapter %s: %s is completed. + Complete Chapter %s to unlock this chapter. Enter text. Enter a fraction in the form x/x, or a mixed number in the form x x/x. Enter a fraction in the form x/x. From ba223f06acc216dbbd17a6c5f7ed8e3f26e16521 Mon Sep 17 00:00:00 2001 From: Viktoriia Schwartz Date: Mon, 7 Dec 2020 23:18:48 -0800 Subject: [PATCH 02/18] Fix part of #2132 --- .idea/codeStyles/Project.xml | 18 +++++++++++++++++- .../oppia/android/app/story/StoryViewModel.kt | 1 + .../StoryChapterSummaryViewModel.kt | 1 + app/src/main/res/layout/story_chapter_view.xml | 9 ++++++--- app/src/main/res/values/strings.xml | 2 +- 5 files changed, 26 insertions(+), 5 deletions(-) diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 66d46e74f0c..90d529e969d 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -5,6 +5,22 @@