/ABSherlock/res/values-land/abs__dimens.xml

https://bitbucket.org/ayastrebov/android-actionbarsherlock · XML · 33 lines · 9 code · 0 blank · 24 comment · 0 complexity · 8564e0fb933380badd921f54f2fb28e4 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. /* //device/apps/common/assets/res/any/dimens.xml
  4. **
  5. ** Copyright 2006, The Android Open Source Project
  6. **
  7. ** Licensed under the Apache License, Version 2.0 (the "License");
  8. ** you may not use this file except in compliance with the License.
  9. ** You may obtain a copy of the License at
  10. **
  11. ** http://www.apache.org/licenses/LICENSE-2.0
  12. **
  13. ** Unless required by applicable law or agreed to in writing, software
  14. ** distributed under the License is distributed on an "AS IS" BASIS,
  15. ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  16. ** See the License for the specific language governing permissions and
  17. ** limitations under the License.
  18. */
  19. -->
  20. <resources>
  21. <!-- Default height of an action bar. -->
  22. <dimen name="abs__action_bar_default_height">40dip</dimen>
  23. <!-- Vertical padding around action bar icons. -->
  24. <dimen name="abs__action_bar_icon_vertical_padding">4dip</dimen>
  25. <!-- Text size for action bar titles -->
  26. <dimen name="abs__action_bar_title_text_size">16dp</dimen>
  27. <!-- Text size for action bar subtitles -->
  28. <dimen name="abs__action_bar_subtitle_text_size">12dp</dimen>
  29. <!-- Top margin for action bar subtitles -->
  30. <dimen name="abs__action_bar_subtitle_top_margin">-2dp</dimen>
  31. <!-- Bottom margin for action bar subtitles -->
  32. <dimen name="abs__action_bar_subtitle_bottom_margin">4dip</dimen>
  33. </resources>