diff options
author | Roman Birg <roman@cyngn.com> | 2014-12-11 17:41:40 -0800 |
---|---|---|
committer | Steve Kondik <steve@cyngn.com> | 2015-10-26 02:32:22 -0700 |
commit | f553a679e8cacbf30de50dc5185f1cbde72978fe (patch) | |
tree | 77cc436d15805c863e5fa9e86b35298a194db487 /packages/SystemUI/res/values-hdpi | |
parent | d879a7b6bc6d3a46c19ea20af5f01b264ddff999 (diff) | |
download | frameworks_base-f553a679e8cacbf30de50dc5185f1cbde72978fe.zip frameworks_base-f553a679e8cacbf30de50dc5185f1cbde72978fe.tar.gz frameworks_base-f553a679e8cacbf30de50dc5185f1cbde72978fe.tar.bz2 |
SystemUI: add Weather display to status bar header
Change-Id: Ic2fea861c36f405d8a0e64cc9224f47088ac6351
Signed-off-by: Roman Birg <roman@cyngn.com>
frameworks: fix make updateapi for weather setting
Change-Id: I3a23cd432138e63e037b427ceaf62a87627dfde6
Signed-off-by: Roman Birg <roman@cyngn.com>
Diffstat (limited to 'packages/SystemUI/res/values-hdpi')
-rw-r--r-- | packages/SystemUI/res/values-hdpi/cm_dimens.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values-hdpi/cm_dimens.xml b/packages/SystemUI/res/values-hdpi/cm_dimens.xml new file mode 100644 index 0000000..404f22f --- /dev/null +++ b/packages/SystemUI/res/values-hdpi/cm_dimens.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2014 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<resources> + <dimen name="weather_text_size">10sp</dimen> +</resources>
\ No newline at end of file |