You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.8 KiB
38 lines
1.8 KiB
4 months ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!-- Copyright (C) 2010 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 xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<dimen name="effect_label_text_size">11.5sp</dimen>
|
||
|
<dimen name="effect_label_width">100dp</dimen>
|
||
|
<dimen name="effect_label_margin_top">3dp</dimen>
|
||
|
<dimen name="effect_icon_size">72dp</dimen>
|
||
|
<dimen name="effect_padding_horizontal">1dp</dimen>
|
||
|
<dimen name="effects_container_padding">8dp</dimen>
|
||
|
<dimen name="action_bar_arrow_margin_left">3dp</dimen>
|
||
|
<dimen name="action_bar_arrow_margin_right">-3dp</dimen>
|
||
|
<dimen name="action_bar_icon_padding_left">0dp</dimen>
|
||
|
<dimen name="action_bar_icon_padding_right">5dp</dimen>
|
||
|
<dimen name="action_button_padding_horizontal">13dp</dimen>
|
||
|
<dimen name="effects_menu_container_width">320dp</dimen>
|
||
|
<dimen name="effect_tool_panel_padding_top">3dp</dimen>
|
||
|
<dimen name="effect_tool_panel_padding_bottom">8dp</dimen>
|
||
|
<dimen name="seekbar_width">350dp</dimen>
|
||
|
<dimen name="seekbar_height">43dp</dimen>
|
||
|
<dimen name="seekbar_padding_horizontal">30dp</dimen>
|
||
|
<dimen name="seekbar_padding_vertical">8dp</dimen>
|
||
|
<dimen name="crop_indicator_size">35dp</dimen>
|
||
|
</resources>
|