diff --git a/OCH/mogo-och-bus/src/main/res/layout/activity_bus_switch_line.xml b/OCH/mogo-och-bus/src/main/res/layout/activity_bus_switch_line.xml index 0c04f9c833..91d2b5134d 100644 --- a/OCH/mogo-och-bus/src/main/res/layout/activity_bus_switch_line.xml +++ b/OCH/mogo-och-bus/src/main/res/layout/activity_bus_switch_line.xml @@ -48,6 +48,7 @@ android:fadingEdgeLength="40dp" android:layout_marginTop="@dimen/dp_50" android:layout_marginLeft="@dimen/dp_80" + android:layout_marginRight="@dimen/dp_80" android:layout_marginBottom="@dimen/dp_30"/> + android:layout_height="wrap_content" + android:paddingBottom="@dimen/dp_80"> @@ -69,7 +74,7 @@ \ No newline at end of file diff --git a/tts/tts-pad/src/main/java/com/mogo/tts/pad/PadTTS.java b/tts/tts-pad/src/main/java/com/mogo/tts/pad/PadTTS.java index 691033e5e6..e8aa685a9e 100644 --- a/tts/tts-pad/src/main/java/com/mogo/tts/pad/PadTTS.java +++ b/tts/tts-pad/src/main/java/com/mogo/tts/pad/PadTTS.java @@ -131,9 +131,9 @@ public class PadTTS implements IMogoTTS, VoiceClient.VoiceCmdCallBack, OnTtsList .setSavedDirPath("/sdcard/aispeech/echo")//设置echo前后音频保存路径 .create(); - if (BuildConfig.DEBUG) { - DUILiteSDK.openLog();//开启日志,需要在sdk init 之前调用 - } +// if (BuildConfig.DEBUG) { +// DUILiteSDK.openLog();//开启日志,需要在sdk init 之前调用 +// } DUILiteSDK.init(mContext, new DUILiteConfig.Builder() .setApiKey("113cc31f6385113cc31f6385618c86f5")