diff --git a/app/src/main/res/values-fi/arrays.xml b/app/src/main/res/values-fi/arrays.xml index 1cefcca..4b83378 100644 --- a/app/src/main/res/values-fi/arrays.xml +++ b/app/src/main/res/values-fi/arrays.xml @@ -7,16 +7,6 @@ Harmaa Valkoinen Material - - - - - #00000000 - #FF000000 - #FF1B1B1B - #FFD6D6D6 - material - @@ -25,12 +15,6 @@ Material - - #FFF3F3F3 - #FF0C0C0C - material - - Systeemin Fontti Arbutus @@ -50,25 +34,6 @@ Workbench - - system - arbutus - casual - cursive - monospace - sans-serif - sans-serif-light - sans-serif-thin - sans-serif-condensed - sans-serif-condensed-light - sans-serif-smallcaps - serif - ubuntu - ubuntu_light - ubuntu_condensed_regular - workbench - - Normaali Lihavoitu @@ -76,81 +41,19 @@ Lihavoitu & Kursivoitu - - normal - bold - italic - bold-italic - - - - 0.25x - 0.5x - 1x - 2x - 4x - - - - 800 - 400 - 200 - 100 - 50 - - - - 25 - 50 - 100 - 200 - 400 - - - - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - - Vasemmalla Keskellä Oikealla - - left - center - right - - Ylhäällä Keskellä Alhaalla - - top - center - bottom - - Pienin Pieni @@ -160,15 +63,6 @@ Isoin - - tiny - small - medium - large - extra - huge - - Pienin Pieni @@ -179,16 +73,6 @@ Isoin - - 0.06 - 0.09 - 0.11 - 0.14 - 0.18 - 0.21 - 0.56 - - Pienin Pieni @@ -197,24 +81,4 @@ Valtava Isoin - - - 0 - 15 - 20 - 25 - 30 - 35 - - - - - °C - °F - - - - celsius - fahrenheit - \ No newline at end of file diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml index 836d69f..e8bfcc2 100644 --- a/app/src/main/res/values/arrays.xml +++ b/app/src/main/res/values/arrays.xml @@ -7,16 +7,6 @@ Grey White Material - - - - - #00000000 - #FF000000 - #FF1B1B1B - #FFD6D6D6 - material - @@ -25,12 +15,6 @@ Material - - #FFF3F3F3 - #FF0C0C0C - material - - System Arbutus @@ -50,25 +34,6 @@ Workbench - - system - arbutus - casual - cursive - monospace - sans-serif - sans-serif-light - sans-serif-thin - sans-serif-condensed - sans-serif-condensed-light - sans-serif-smallcaps - serif - ubuntu - ubuntu_light - ubuntu_condensed_regular - workbench - - Normal Bold @@ -76,81 +41,19 @@ Bold-Italic - - normal - bold - italic - bold-italic - - - - 0.25x - 0.5x - 1x - 2x - 4x - - - - 800 - 400 - 200 - 100 - 50 - - - - 25 - 50 - 100 - 200 - 400 - - - - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - - Left Center Right - - left - center - right - - Top Center Bottom - - top - center - bottom - - Tiny Small @@ -160,15 +63,6 @@ Huge - - tiny - small - medium - large - extra - huge - - Tiny Small @@ -179,16 +73,6 @@ Extra Huge - - 0.06 - 0.09 - 0.11 - 0.14 - 0.18 - 0.21 - 0.56 - - Tiny Small @@ -197,24 +81,4 @@ Extra Large Huge - - - 0 - 15 - 20 - 25 - 30 - 35 - - - - - °C - °F - - - - celsius - fahrenheit - \ No newline at end of file diff --git a/app/src/main/res/values/arrays_common.xml b/app/src/main/res/values/arrays_common.xml new file mode 100644 index 0000000..e414bf5 --- /dev/null +++ b/app/src/main/res/values/arrays_common.xml @@ -0,0 +1,139 @@ + + + + + #00000000 + #FF000000 + #FF1B1B1B + #FFD6D6D6 + material + + + + + #FFF3F3F3 + #FF0C0C0C + material + + + + system + arbutus + casual + cursive + monospace + sans-serif + sans-serif-light + sans-serif-thin + sans-serif-condensed + sans-serif-condensed-light + sans-serif-smallcaps + serif + ubuntu + ubuntu_light + ubuntu_condensed_regular + workbench + + + + normal + bold + italic + bold-italic + + + + 0.25x + 0.5x + 1x + 2x + 4x + + + + 800 + 400 + 200 + 100 + 50 + + + + 25 + 50 + 100 + 200 + 400 + + + + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + + + + left + center + right + + + + top + center + bottom + + + + tiny + small + medium + large + extra + huge + + + + 0.06 + 0.09 + 0.11 + 0.14 + 0.18 + 0.21 + 0.56 + + + + 0 + 15 + 20 + 25 + 30 + 35 + + + + + °C + °F + + + + celsius + fahrenheit + + \ No newline at end of file