Tadashi G. Takaoka | 4687854 | 2013-02-14 16:46:39 +0900 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2013 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
| 17 | <resources xmlns:android="http://schemas.android.com/apk/res/android"> |
| 18 | <dimen name="setup_title_text_size">46sp</dimen> |
Tadashi G. Takaoka | fcefabf | 2013-04-18 17:19:40 +0900 | [diff] [blame] | 19 | <dimen name="setup_welcome_description_text_size">26sp</dimen> |
Tadashi G. Takaoka | 0bff161 | 2013-04-23 16:30:00 +0900 | [diff] [blame] | 20 | <dimen name="setup_step_bullet_text_size">22sp</dimen> |
Tadashi G. Takaoka | 81b4661 | 2013-04-24 11:34:30 +0900 | [diff] [blame^] | 21 | <dimen name="setup_step_triangle_indicator_height">24dp</dimen> |
Tadashi G. Takaoka | 0bff161 | 2013-04-23 16:30:00 +0900 | [diff] [blame] | 22 | <dimen name="setup_step_title_text_size">22sp</dimen> |
| 23 | <dimen name="setup_step_instruction_text_size">14sp</dimen> |
| 24 | <dimen name="setup_step_action_text_size">18sp</dimen> |
| 25 | <dimen name="setup_vertical_padding">16dp</dimen> |
Tadashi G. Takaoka | 4687854 | 2013-02-14 16:46:39 +0900 | [diff] [blame] | 26 | <dimen name="setup_horizontal_padding">16dp</dimen> |
Tadashi G. Takaoka | 0bff161 | 2013-04-23 16:30:00 +0900 | [diff] [blame] | 27 | <dimen name="setup_step_action_height">48dp</dimen> |
| 28 | <dimen name="setup_step_horizontal_padding">24dp</dimen> |
| 29 | <dimen name="setup_step_horizontal_padding_half">12dp</dimen> |
| 30 | <dimen name="setup_step_vertical_padding">16dp</dimen> |
| 31 | <dimen name="setup_step_horizontal_line_height">2dp</dimen> |
Tadashi G. Takaoka | 42afa82 | 2013-04-19 19:14:41 +0900 | [diff] [blame] | 32 | <integer name="setup_title_weight_in_screen">40</integer> |
| 33 | <integer name="setup_body_weight_in_screen">60</integer> |
Tadashi G. Takaoka | 0bff161 | 2013-04-23 16:30:00 +0900 | [diff] [blame] | 34 | <dimen name="setup_welcome_video_vertical_margin">24dp</dimen> |
Tadashi G. Takaoka | 0f07935 | 2013-04-22 12:23:32 +0900 | [diff] [blame] | 35 | <integer name="setup_welcome_video_weight_in_screen">80</integer> |
| 36 | <integer name="setup_welcome_video_left_padding_weight_in_screen">10</integer> |
| 37 | <integer name="setup_welcome_video_right_padding_weight_in_screen">10</integer> |
Tadashi G. Takaoka | 4687854 | 2013-02-14 16:46:39 +0900 | [diff] [blame] | 38 | </resources> |