diff options
| author | jrior001 <jriordan001@gmail.com> | 2017-05-29 14:41:24 -0400 |
|---|---|---|
| committer | doc HD <doc.divxm@gmail.com> | 2017-06-10 16:56:16 +0300 |
| commit | 0e173c0a021b80d4edb43b729cd95f895de936d1 (patch) | |
| tree | 13438cf21984bb72e9d4ef929c3ace4fe80c8940 | |
| parent | ec7bb69c1f525886e3236f2c5a535a654e2ab458 (diff) | |
serrano-common: adapt to FlipFlap overlay changes
Change-Id: Ia9f21dbd538345c57d2707ca7fc02dfa8fd9bbb5
| -rw-r--r-- | overlay/packages/apps/FlipFlap/res/values/config.xml | 4 | ||||
| -rw-r--r-- | overlay/packages/apps/FlipFlap/res/values/dimens.xml | 29 |
2 files changed, 29 insertions, 4 deletions
diff --git a/overlay/packages/apps/FlipFlap/res/values/config.xml b/overlay/packages/apps/FlipFlap/res/values/config.xml index 9640b24..c08cf55 100644 --- a/overlay/packages/apps/FlipFlap/res/values/config.xml +++ b/overlay/packages/apps/FlipFlap/res/values/config.xml @@ -1,8 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> <resources> <integer name="config_deviceCoverType">3</integer> - <integer name="rectangular_window_top" translatable="false">0</integer> - <integer name="rectangular_window_left" translatable="false">0</integer> - <integer name="rectangular_window_width" translatable="false">540</integer> - <integer name="rectangular_window_height" translatable="false">230</integer> </resources> diff --git a/overlay/packages/apps/FlipFlap/res/values/dimens.xml b/overlay/packages/apps/FlipFlap/res/values/dimens.xml new file mode 100644 index 0000000..7ce0621 --- /dev/null +++ b/overlay/packages/apps/FlipFlap/res/values/dimens.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (c) 2017 The LineageOS Project + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + Also add information on how to contact you by electronic and paper mail. + +--> + +<resources> + + <!-- Rectangular parameters (config_deviceCoverType == 3) --> + <dimen name="rectangular_window_top">0px</dimen> + <dimen name="rectangular_window_left">0px</dimen> + <dimen name="rectangular_window_width">540px</dimen> + <dimen name="rectangular_window_height">230px</dimen> + +</resources> |
