[2.10.0] taxi后门按钮
This commit is contained in:
@@ -109,11 +109,7 @@ public class TaxiFragment extends BaseTaxiTabFragment<TaxiFragment, TaxiPresente
|
||||
}
|
||||
|
||||
tvOperationStatus.setVisibility(View.VISIBLE);
|
||||
|
||||
if (DebugConfig.isDebug()) {
|
||||
initOrderTestBar();
|
||||
}
|
||||
|
||||
initOrderTestBar();
|
||||
}
|
||||
|
||||
private void initFragment() {
|
||||
|
||||
@@ -62,7 +62,6 @@
|
||||
android:id="@+id/test_bar_to_start"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:onClick="testToStart"
|
||||
android:text="到达上车点"
|
||||
android:textSize="12sp" />
|
||||
<Button
|
||||
@@ -70,7 +69,6 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="12sp"
|
||||
android:onClick="testWayToEnd"
|
||||
android:text="开启服务"/>
|
||||
|
||||
<Button
|
||||
@@ -78,14 +76,12 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="12sp"
|
||||
android:onClick="testWayToEnd"
|
||||
android:text="开启自动驾驶"/>
|
||||
|
||||
<Button
|
||||
android:id="@+id/test_bar_to_end"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:onClick="testToEnd"
|
||||
android:text="到达目的地"
|
||||
android:textSize="12sp" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user