|
128 | 128 | </org.droidplanner.android.widgets.SeekBarWithText.SeekBarWithText> |
129 | 129 |
|
130 | 130 | <org.droidplanner.android.widgets.SeekBarWithText.SeekBarWithText |
131 | | - android:id="@+id/loiterTurn" |
| 131 | + android:id="@+id/loiterRadius" |
132 | 132 | android:layout_width="match_parent" |
133 | 133 | android:layout_height="wrap_content" |
134 | 134 | android:layout_margin="2dp" |
135 | | - custom:inc="1" |
136 | | - custom:max="100" |
| 135 | + custom:inc="0.1" |
| 136 | + custom:max="20" |
137 | 137 | custom:min="0" |
138 | | - custom:title="@string/Orbits" |
139 | | - custom:unit="turns" > |
| 138 | + custom:title="@string/loiter_radius" |
| 139 | + custom:unit="m" |
| 140 | + android:visibility="gone" > |
140 | 141 | </org.droidplanner.android.widgets.SeekBarWithText.SeekBarWithText> |
141 | 142 |
|
142 | 143 | <FrameLayout |
|
145 | 146 | android:layout_height="wrap_content" > |
146 | 147 |
|
147 | 148 | <CheckBox |
148 | | - android:id="@string/loiter_ccw" |
| 149 | + android:id="@+id/loiter_ccw" |
149 | 150 | android:layout_width="wrap_content" |
150 | 151 | android:layout_height="wrap_content" |
151 | 152 | android:layout_gravity="right" |
152 | 153 | android:layout_marginRight="20dp" |
153 | | - android:text="@string/loiter_ccw" /> |
| 154 | + android:text="@string/loiter_ccw" |
| 155 | + android:visibility="gone" /> |
154 | 156 |
|
155 | 157 | <org.droidplanner.android.widgets.SeekBarWithText.SeekBarWithText |
156 | | - android:id="@+id/loiterRadius" |
| 158 | + android:id="@+id/loiterTurn" |
157 | 159 | android:layout_width="match_parent" |
158 | 160 | android:layout_height="wrap_content" |
159 | 161 | android:layout_margin="2dp" |
160 | 162 | android:layout_marginRight="10dp" |
161 | 163 | android:visibility="visible" |
162 | 164 | custom:inc="1" |
163 | | - custom:max="100" |
| 165 | + custom:max="10" |
164 | 166 | custom:min="0" |
165 | | - custom:title="@string/loiter_radius" |
166 | | - custom:unit="m" > |
| 167 | + custom:title="@string/Orbits" |
| 168 | + custom:unit="turns" > |
167 | 169 | </org.droidplanner.android.widgets.SeekBarWithText.SeekBarWithText> |
168 | 170 | </FrameLayout> |
169 | 171 |
|
| 172 | + <CheckBox |
| 173 | + android:id="@+id/checkBoxAdvanced" |
| 174 | + android:layout_width="wrap_content" |
| 175 | + android:layout_height="wrap_content" |
| 176 | + android:text="Advanced" /> |
| 177 | + |
| 178 | + <org.droidplanner.android.widgets.SeekBarWithText.SeekBarWithText |
| 179 | + android:id="@+id/numberSteps" |
| 180 | + android:layout_width="match_parent" |
| 181 | + android:layout_height="wrap_content" |
| 182 | + android:layout_margin="2dp" |
| 183 | + custom:inc="1" |
| 184 | + custom:max="10" |
| 185 | + custom:min="1" |
| 186 | + custom:title="Number of Steps" |
| 187 | + android:visibility="gone" > |
| 188 | + </org.droidplanner.android.widgets.SeekBarWithText.SeekBarWithText> |
| 189 | + |
| 190 | + <org.droidplanner.android.widgets.SeekBarWithText.SeekBarWithText |
| 191 | + android:id="@+id/altitudeStep" |
| 192 | + android:layout_width="match_parent" |
| 193 | + android:layout_height="wrap_content" |
| 194 | + android:layout_margin="2dp" |
| 195 | + custom:inc="0.5" |
| 196 | + custom:max="10" |
| 197 | + custom:min="0.5" |
| 198 | + custom:unit="m" |
| 199 | + custom:title="Altitude Step" |
| 200 | + android:visibility="gone" > |
| 201 | + </org.droidplanner.android.widgets.SeekBarWithText.SeekBarWithText> |
| 202 | + |
170 | 203 |
|
171 | 204 | </LinearLayout> |
172 | 205 | </LinearLayout> |
|
0 commit comments