@@ -137,8 +137,8 @@
android:background="#5CB615">
<ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:layout_width="40dp"
+ android:layout_height="40dp"
android:layout_marginTop="10dp"
android:src="@drawable/hu_shi_to_xiang" />
@@ -527,6 +527,8 @@ public abstract class SingleCallFragment extends Fragment {
Toast.makeText(SingleCallFragment.this.getContext(), R.string.call_failed, Toast.LENGTH_SHORT).show();
}
});
+
+ return;
int curInteractionId = -1;
@@ -86,7 +86,7 @@ buildscript {
//金立手机
ext.app_version_code = 160
- ext.app_version = "1.4.10_rm"
+ ext.app_version = "1.4.10_gn"
} else if (app_device_type == "yd_watch_2") {
ext.build_tools_version = "26.0.2"
ext.support_library_version = "26.1.0"