-
Notifications
You must be signed in to change notification settings - Fork 553
Expand file tree
/
Copy pathdimens.xml
More file actions
43 lines (35 loc) · 1.83 KB
/
Copy pathdimens.xml
File metadata and controls
43 lines (35 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<!-- Dimension for the flight control buttons -->
<dimen name="flightControlPadding">8dp</dimen>
<dimen name="flightControlTextSize">10sp</dimen>
<dimen name="flight_action_width">64dp</dimen>
<dimen name="flight_action_height">64dp</dimen>
<dimen name="fragment_mission_control_padding_left">50dp</dimen>
<dimen name="fragment_mission_control_padding_right">50dp</dimen>
<!-- Dimension for the editor buttons -->
<dimen name="editor_button_width">56dp</dimen>
<dimen name="editor_button_height">56dp</dimen>
<!-- Dimension for the editor list items -->
<dimen name="editor_list_item_text_size">22sp</dimen>
<!-- Dimension for the editor mission fragment -->
<dimen name="editor_mission_fragment_height">80dp</dimen>
<!-- Dimension for the setup and calibration screens -->
<dimen name="setup_title_height">64dp</dimen>
<dimen name="setup_title_padding">16dp</dimen>
<dimen name="setup_title_text_size">20sp</dimen>
<!-- Dimensions for the fillbar and rc stick widgets in the setup screens -->
<dimen name="fillbar_thickness">22dp</dimen>
<dimen name="fillbar_length">150dp</dimen>
<dimen name="setup_rc_stick_width">150dp</dimen>
<dimen name="setup_rc_stick_height">150dp</dimen>
<dimen name="setup_rc_extra_chan_inter_column_width">40dp</dimen>
<dimen name="setup_rc_extra_chan_top_margin">40dp</dimen>
<dimen name="setup_rc_text_title_size">16sp</dimen>
<dimen name="setup_action_button_width">120dp</dimen>
<!-- Dimensions for the setup tuning screen -->
<dimen name="info_bar_text_size">14sp</dimen>
<dimen name="action_drawer_width">300dp</dimen>
<dimen name="mission_control_bar_height">105dp</dimen>
<dimen name="flight_actions_container_width">350dp</dimen>
</resources>