From 8c5cf6bf82e82de99516e357158986060e86aa33 Mon Sep 17 00:00:00 2001 From: Julian_Chu Date: Mon, 19 Jun 2017 16:43:45 +0800 Subject: [PATCH] Bug 1375448 (Part 2) - duplicate styles.xml r=nalexander There will be lots of color change in Photon. To duplicate styles.xml so any changes to Photon won't effect Australis flavor. In this commit we did 1. move xml file from 'main' to 'australis' 2. copy xml file from 'australis' to 'photon' 3. indent/reformat xml file in 'photon' by Android Studio. MozReview-Commit-ID: LD7gGsnFEC8 --HG-- rename : mobile/android/app/src/main/res/values-land/styles.xml => mobile/android/app/src/australis/res/values-land/styles.xml rename : mobile/android/app/src/main/res/values-large-land-v11/styles.xml => mobile/android/app/src/australis/res/values-large-land-v11/styles.xml rename : mobile/android/app/src/main/res/values-large-v16/styles.xml => mobile/android/app/src/australis/res/values-large-v16/styles.xml rename : mobile/android/app/src/main/res/values-large-v17/styles.xml => mobile/android/app/src/australis/res/values-large-v17/styles.xml rename : mobile/android/app/src/main/res/values-large/styles.xml => mobile/android/app/src/australis/res/values-large/styles.xml rename : mobile/android/app/src/main/res/values-v11/styles.xml => mobile/android/app/src/australis/res/values-v11/styles.xml rename : mobile/android/app/src/main/res/values-v13/styles.xml => mobile/android/app/src/australis/res/values-v13/styles.xml rename : mobile/android/app/src/main/res/values-v16/styles.xml => mobile/android/app/src/australis/res/values-v16/styles.xml rename : mobile/android/app/src/main/res/values-v17/styles.xml => mobile/android/app/src/australis/res/values-v17/styles.xml rename : mobile/android/app/src/main/res/values-v19/styles.xml => mobile/android/app/src/australis/res/values-v19/styles.xml rename : mobile/android/app/src/main/res/values-v21/styles.xml => mobile/android/app/src/australis/res/values-v21/styles.xml rename : mobile/android/app/src/main/res/values-w400dp/styles.xml => mobile/android/app/src/australis/res/values-w400dp/styles.xml rename : mobile/android/app/src/main/res/values-xlarge-land-v11/styles.xml => mobile/android/app/src/australis/res/values-xlarge-land-v11/styles.xml rename : mobile/android/app/src/main/res/values-xlarge-v11/styles.xml => mobile/android/app/src/australis/res/values-xlarge-v11/styles.xml rename : mobile/android/app/src/main/res/values/styles.xml => mobile/android/app/src/australis/res/values/styles.xml rename : mobile/android/app/src/main/res/values-large-v17/styles.xml => mobile/android/app/src/photon/res/values-large-v17/styles.xml rename : mobile/android/app/src/main/res/values-v17/styles.xml => mobile/android/app/src/photon/res/values-v17/styles.xml rename : mobile/android/app/src/main/res/values/styles.xml => mobile/android/app/src/photon/res/values/styles.xml extra : rebase_source : 7900a4741ccdd949d1e0649b5bf3cccf67bc5188 --- mobile/android/app/lint.xml | 3 +- .../res/values-land/styles.xml | 0 .../res/values-large-land-v11/styles.xml | 0 .../res/values-large-v16/styles.xml | 0 .../res/values-large-v17/styles.xml | 0 .../res/values-large/styles.xml | 0 .../res/values-v11/styles.xml | 0 .../res/values-v13/styles.xml | 0 .../res/values-v16/styles.xml | 0 .../res/values-v17/styles.xml | 0 .../res/values-v19/styles.xml | 0 .../res/values-v21/styles.xml | 0 .../res/values-w400dp/styles.xml | 0 .../res/values-xlarge-land-v11/styles.xml | 0 .../res/values-xlarge-v11/styles.xml | 0 .../{main => australis}/res/values/styles.xml | 0 .../app/src/photon/res/values-land/styles.xml | 17 + .../res/values-large-land-v11/styles.xml | 21 + .../photon/res/values-large-v16/styles.xml | 14 + .../photon/res/values-large-v17/styles.xml | 86 ++ .../src/photon/res/values-large/styles.xml | 196 ++++ .../app/src/photon/res/values-v11/styles.xml | 115 +++ .../app/src/photon/res/values-v13/styles.xml | 11 + .../app/src/photon/res/values-v16/styles.xml | 30 + .../app/src/photon/res/values-v17/styles.xml | 62 ++ .../app/src/photon/res/values-v19/styles.xml | 42 + .../app/src/photon/res/values-v21/styles.xml | 13 + .../src/photon/res/values-w400dp/styles.xml | 13 + .../res/values-xlarge-land-v11/styles.xml | 25 + .../photon/res/values-xlarge-v11/styles.xml | 22 + .../app/src/photon/res/values/styles.xml | 863 ++++++++++++++++++ 31 files changed, 1532 insertions(+), 1 deletion(-) rename mobile/android/app/src/{main => australis}/res/values-land/styles.xml (100%) rename mobile/android/app/src/{main => australis}/res/values-large-land-v11/styles.xml (100%) rename mobile/android/app/src/{main => australis}/res/values-large-v16/styles.xml (100%) rename mobile/android/app/src/{main => australis}/res/values-large-v17/styles.xml (100%) rename mobile/android/app/src/{main => australis}/res/values-large/styles.xml (100%) rename mobile/android/app/src/{main => australis}/res/values-v11/styles.xml (100%) rename mobile/android/app/src/{main => australis}/res/values-v13/styles.xml (100%) rename mobile/android/app/src/{main => australis}/res/values-v16/styles.xml (100%) rename mobile/android/app/src/{main => australis}/res/values-v17/styles.xml (100%) rename mobile/android/app/src/{main => australis}/res/values-v19/styles.xml (100%) rename mobile/android/app/src/{main => australis}/res/values-v21/styles.xml (100%) rename mobile/android/app/src/{main => australis}/res/values-w400dp/styles.xml (100%) rename mobile/android/app/src/{main => australis}/res/values-xlarge-land-v11/styles.xml (100%) rename mobile/android/app/src/{main => australis}/res/values-xlarge-v11/styles.xml (100%) rename mobile/android/app/src/{main => australis}/res/values/styles.xml (100%) create mode 100644 mobile/android/app/src/photon/res/values-land/styles.xml create mode 100644 mobile/android/app/src/photon/res/values-large-land-v11/styles.xml create mode 100644 mobile/android/app/src/photon/res/values-large-v16/styles.xml create mode 100644 mobile/android/app/src/photon/res/values-large-v17/styles.xml create mode 100644 mobile/android/app/src/photon/res/values-large/styles.xml create mode 100644 mobile/android/app/src/photon/res/values-v11/styles.xml create mode 100644 mobile/android/app/src/photon/res/values-v13/styles.xml create mode 100644 mobile/android/app/src/photon/res/values-v16/styles.xml create mode 100644 mobile/android/app/src/photon/res/values-v17/styles.xml create mode 100644 mobile/android/app/src/photon/res/values-v19/styles.xml create mode 100644 mobile/android/app/src/photon/res/values-v21/styles.xml create mode 100644 mobile/android/app/src/photon/res/values-w400dp/styles.xml create mode 100644 mobile/android/app/src/photon/res/values-xlarge-land-v11/styles.xml create mode 100644 mobile/android/app/src/photon/res/values-xlarge-v11/styles.xml create mode 100644 mobile/android/app/src/photon/res/values/styles.xml diff --git a/mobile/android/app/lint.xml b/mobile/android/app/lint.xml index 9ccb24d800b0..f776b611c493 100644 --- a/mobile/android/app/lint.xml +++ b/mobile/android/app/lint.xml @@ -60,7 +60,8 @@ - + + + + + + + + + + diff --git a/mobile/android/app/src/photon/res/values-large-land-v11/styles.xml b/mobile/android/app/src/photon/res/values-large-land-v11/styles.xml new file mode 100644 index 000000000000..f18d60d6e4ef --- /dev/null +++ b/mobile/android/app/src/photon/res/values-large-land-v11/styles.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + diff --git a/mobile/android/app/src/photon/res/values-large-v16/styles.xml b/mobile/android/app/src/photon/res/values-large-v16/styles.xml new file mode 100644 index 000000000000..1002d392fe97 --- /dev/null +++ b/mobile/android/app/src/photon/res/values-large-v16/styles.xml @@ -0,0 +1,14 @@ + + + + + + + + + diff --git a/mobile/android/app/src/photon/res/values-large-v17/styles.xml b/mobile/android/app/src/photon/res/values-large-v17/styles.xml new file mode 100644 index 000000000000..1dcc34276b79 --- /dev/null +++ b/mobile/android/app/src/photon/res/values-large-v17/styles.xml @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mobile/android/app/src/photon/res/values-large/styles.xml b/mobile/android/app/src/photon/res/values-large/styles.xml new file mode 100644 index 000000000000..5bb438107702 --- /dev/null +++ b/mobile/android/app/src/photon/res/values-large/styles.xml @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mobile/android/app/src/photon/res/values-v11/styles.xml b/mobile/android/app/src/photon/res/values-v11/styles.xml new file mode 100644 index 000000000000..07afad76cd9f --- /dev/null +++ b/mobile/android/app/src/photon/res/values-v11/styles.xml @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mobile/android/app/src/photon/res/values-v13/styles.xml b/mobile/android/app/src/photon/res/values-v13/styles.xml new file mode 100644 index 000000000000..4be6613cee17 --- /dev/null +++ b/mobile/android/app/src/photon/res/values-v13/styles.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + + + + + + + diff --git a/mobile/android/app/src/photon/res/values-v17/styles.xml b/mobile/android/app/src/photon/res/values-v17/styles.xml new file mode 100644 index 000000000000..48b46a9f57c5 --- /dev/null +++ b/mobile/android/app/src/photon/res/values-v17/styles.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/mobile/android/app/src/photon/res/values-v19/styles.xml b/mobile/android/app/src/photon/res/values-v19/styles.xml new file mode 100644 index 000000000000..3fc7096e07f7 --- /dev/null +++ b/mobile/android/app/src/photon/res/values-v19/styles.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + diff --git a/mobile/android/app/src/photon/res/values-v21/styles.xml b/mobile/android/app/src/photon/res/values-v21/styles.xml new file mode 100644 index 000000000000..27f6e847b748 --- /dev/null +++ b/mobile/android/app/src/photon/res/values-v21/styles.xml @@ -0,0 +1,13 @@ + + + + + + + + + diff --git a/mobile/android/app/src/photon/res/values-w400dp/styles.xml b/mobile/android/app/src/photon/res/values-w400dp/styles.xml new file mode 100644 index 000000000000..f4b3e2d4feec --- /dev/null +++ b/mobile/android/app/src/photon/res/values-w400dp/styles.xml @@ -0,0 +1,13 @@ + + + + + + + + + diff --git a/mobile/android/app/src/photon/res/values-xlarge-land-v11/styles.xml b/mobile/android/app/src/photon/res/values-xlarge-land-v11/styles.xml new file mode 100644 index 000000000000..2ef91da6d255 --- /dev/null +++ b/mobile/android/app/src/photon/res/values-xlarge-land-v11/styles.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + diff --git a/mobile/android/app/src/photon/res/values-xlarge-v11/styles.xml b/mobile/android/app/src/photon/res/values-xlarge-v11/styles.xml new file mode 100644 index 000000000000..b77cdb0bb212 --- /dev/null +++ b/mobile/android/app/src/photon/res/values-xlarge-v11/styles.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + diff --git a/mobile/android/app/src/photon/res/values/styles.xml b/mobile/android/app/src/photon/res/values/styles.xml new file mode 100644 index 000000000000..881498bc922b --- /dev/null +++ b/mobile/android/app/src/photon/res/values/styles.xml @@ -0,0 +1,863 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +