|
@@ -1,5 +1,6 @@
|
|
package com.wdkl.ncs.android.component.nursehome.fragment
|
|
package com.wdkl.ncs.android.component.nursehome.fragment
|
|
|
|
|
|
|
|
+import android.graphics.Color
|
|
import android.hardware.Camera
|
|
import android.hardware.Camera
|
|
import android.util.Log
|
|
import android.util.Log
|
|
import android.view.View
|
|
import android.view.View
|
|
@@ -168,6 +169,7 @@ class FramePartFragment: BaseFragment<FramePartPresenter, FragmentFramePartBindi
|
|
|
|
|
|
if (!isCameraSupport()) {
|
|
if (!isCameraSupport()) {
|
|
call_the_video_tv.isEnabled = false
|
|
call_the_video_tv.isEnabled = false
|
|
|
|
+ call_the_video_tv.setTextColor(Color.parseColor("#e8e8e8"))
|
|
}
|
|
}
|
|
call_the_video_tv.setOnClickListener {
|
|
call_the_video_tv.setOnClickListener {
|
|
//视频呼叫
|
|
//视频呼叫
|