diff options
author | Dominik <dominik@dominikschuermann.de> | 2012-11-19 18:01:05 +0100 |
---|---|---|
committer | Dominik <dominik@dominikschuermann.de> | 2012-11-19 18:01:05 +0100 |
commit | 882610627c4687094e7b00934c27c03f67a7bb3f (patch) | |
tree | a7abd7eeef1561774a8d2300e28c9b6b5201d4f0 /APG/android-libs/ActionBarSherlock/res/values-land | |
parent | be569984b893e8cb412b9cc2b3826c92fd4c9d81 (diff) | |
download | open-keychain-882610627c4687094e7b00934c27c03f67a7bb3f.tar.gz open-keychain-882610627c4687094e7b00934c27c03f67a7bb3f.tar.bz2 open-keychain-882610627c4687094e7b00934c27c03f67a7bb3f.zip |
changed location of ActionBarSherlock lib
Diffstat (limited to 'APG/android-libs/ActionBarSherlock/res/values-land')
-rw-r--r-- | APG/android-libs/ActionBarSherlock/res/values-land/abs__dimens.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/APG/android-libs/ActionBarSherlock/res/values-land/abs__dimens.xml b/APG/android-libs/ActionBarSherlock/res/values-land/abs__dimens.xml new file mode 100644 index 000000000..502cc16a3 --- /dev/null +++ b/APG/android-libs/ActionBarSherlock/res/values-land/abs__dimens.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* //device/apps/common/assets/res/any/dimens.xml +** +** Copyright 2006, The Android Open Source 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> + <!-- Default height of an action bar. --> + <dimen name="abs__action_bar_default_height">40dip</dimen> + <!-- Vertical padding around action bar icons. --> + <dimen name="abs__action_bar_icon_vertical_padding">4dip</dimen> + <!-- Text size for action bar titles --> + <dimen name="abs__action_bar_title_text_size">16dp</dimen> + <!-- Text size for action bar subtitles --> + <dimen name="abs__action_bar_subtitle_text_size">12dp</dimen> + <!-- Top margin for action bar subtitles --> + <dimen name="abs__action_bar_subtitle_top_margin">-2dp</dimen> + <!-- Bottom margin for action bar subtitles --> + <dimen name="abs__action_bar_subtitle_bottom_margin">4dip</dimen> +</resources> |