|
43 | 43 |
|
44 | 44 | <LinearLayout |
45 | 45 | android:id="@+id/servo_timeline_controls" |
46 | | - android:layout_width="10dp" |
| 46 | + android:layout_width="@dimen/robotic_arm_margin" |
47 | 47 | android:layout_height="match_parent" |
48 | 48 | android:layout_weight="0.1" |
49 | 49 | android:background="@color/colorPrimary" |
|
54 | 54 | android:id="@+id/timeline_play_pause_button" |
55 | 55 | android:layout_width="@dimen/robotic_arm_width" |
56 | 56 | android:layout_height="@dimen/robotic_arm_height" |
57 | | - android:layout_margin="@dimen/robotic_arm_margin_7" |
| 57 | + android:layout_margin="@dimen/robotic_arm_margin_small" |
58 | 58 | android:background="@drawable/ic_play_arrow_white_24dp" /> |
59 | 59 |
|
60 | 60 | <Button |
61 | 61 | android:id="@+id/timeline_stop_button" |
62 | 62 | android:layout_width="@dimen/robotic_arm_width" |
63 | 63 | android:layout_height="@dimen/robotic_arm_height" |
64 | | - android:layout_margin="@dimen/robotic_arm_margin_10" |
| 64 | + android:layout_margin="@dimen/robotic_arm_margin" |
65 | 65 | android:background="@drawable/ic_record_stop_white" /> |
66 | 66 |
|
67 | 67 | <Button |
68 | 68 | android:id="@+id/timeline_save_button" |
69 | 69 | android:layout_width="@dimen/robotic_arm_width" |
70 | 70 | android:layout_height="@dimen/robotic_arm_height" |
71 | | - android:layout_margin="@dimen/robotic_arm_margin_7" |
| 71 | + android:layout_margin="@dimen/robotic_arm_margin_small" |
72 | 72 | android:background="@drawable/menu_icon_save" /> |
73 | 73 |
|
74 | 74 | <Button |
75 | 75 | android:id="@+id/timeline_guide_button" |
76 | 76 | android:layout_width="@dimen/robotic_arm_width" |
77 | 77 | android:layout_height="@dimen/robotic_arm_height" |
78 | | - android:layout_margin="@dimen/robotic_arm_margin_10" |
| 78 | + android:layout_margin="@dimen/robotic_arm_margin" |
79 | 79 | android:background="@drawable/menu_icon_guide" /> |
80 | 80 | </LinearLayout> |
81 | 81 | </LinearLayout> |
|
0 commit comments