From ed97cf7dac2179df35a8a2b7377e4d3b8fb556d2 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 22 Jun 2021 14:39:24 +0200 Subject: [PATCH 1/8] Create dimens for text sizes --- .../ui-styles/src/main/res/values/dimens_font.xml | 13 +++++++++++++ .../src/main/res/values/text_appearances.xml | 14 +++++++------- 2 files changed, 20 insertions(+), 7 deletions(-) create mode 100644 library/ui-styles/src/main/res/values/dimens_font.xml diff --git a/library/ui-styles/src/main/res/values/dimens_font.xml b/library/ui-styles/src/main/res/values/dimens_font.xml new file mode 100644 index 0000000000..92df8dbf35 --- /dev/null +++ b/library/ui-styles/src/main/res/values/dimens_font.xml @@ -0,0 +1,13 @@ + + + + 24sp + 18sp + 16sp + 14sp + 12sp + 10sp + + 16sp + + \ No newline at end of file diff --git a/library/ui-styles/src/main/res/values/text_appearances.xml b/library/ui-styles/src/main/res/values/text_appearances.xml index 88192f70e6..4ad3fd493e 100644 --- a/library/ui-styles/src/main/res/values/text_appearances.xml +++ b/library/ui-styles/src/main/res/values/text_appearances.xml @@ -14,7 +14,7 @@ @@ -27,7 +27,7 @@ @@ -35,7 +35,7 @@ @@ -49,7 +49,7 @@ @@ -62,7 +62,7 @@ @@ -70,14 +70,14 @@ From a148d21cdbe38fd0bb64635aae1b05eea29fae8a Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 23 Jun 2021 12:36:43 +0200 Subject: [PATCH 2/8] Update doc --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cbff8652cf..5151a618f6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,7 +63,7 @@ Supported filename extensions are: - ``.bugfix``: Signifying a bug fix. - ``.doc``: Signifying a documentation improvement. - ``.removal``: Signifying a deprecation or removal of public API. Can be used to notifying about API change in the Matrix SDK -- ``.misc``: A ticket has been closed, but it is not of interest to users. Note that in this case, the content of the file will not be output, but just the issue/PR number. +- ``.misc``: Any other changes. See https://github.com/twisted/towncrier#news-fragments if you need more details. From d0a7265975bde45bfee13514a9929c997350a0fa Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 23 Jun 2021 13:01:48 +0200 Subject: [PATCH 3/8] Reorder buttons --- vector/src/debug/res/layout/activity_debug_menu.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/vector/src/debug/res/layout/activity_debug_menu.xml b/vector/src/debug/res/layout/activity_debug_menu.xml index 60cfc1e826..a83f61266a 100644 --- a/vector/src/debug/res/layout/activity_debug_menu.xml +++ b/vector/src/debug/res/layout/activity_debug_menu.xml @@ -114,6 +114,12 @@ android:text="Vector" /> +