|
|
|
|
46
|
<action name="openSlidingMenu" class="com.wade.mobile.func.MobileUI" method="openSlidingMenu"/>
|
46
|
<action name="openSlidingMenu" class="com.wade.mobile.func.MobileUI" method="openSlidingMenu"/>
|
47
|
<action name="closeSlidingMenu" class="com.wade.mobile.func.MobileUI" method="closeSlidingMenu"/>
|
47
|
<action name="closeSlidingMenu" class="com.wade.mobile.func.MobileUI" method="closeSlidingMenu"/>
|
48
|
<action name="showNotification" class="com.wade.mobile.func.MobileUI" method="showNotification"/>
|
48
|
<action name="showNotification" class="com.wade.mobile.func.MobileUI" method="showNotification"/>
|
49
|
<action name="alert" class="com.wade.mobile.func.MobileUIWithSAD" method="alert"/>
|
|
|
50
|
<action name="confirm" class="com.wade.mobile.func.MobileUIWithSAD" method="confirm"/>
|
|
|
51
|
<action name="loading" class="com.wade.mobile.func.MobileUIWithSAD" method="loading"/>
|
|
|
|
|
49
|
<action name="alert" class="com.ai.ipu.alertdialog.func.MobileUIWithSAD" method="alert"/>
|
|
|
50
|
<action name="confirm" class="com.ai.ipu.alertdialog.func.MobileUIWithSAD" method="confirm"/>
|
|
|
51
|
<action name="loading" class="com.ai.ipu.alertdialog.func.MobileUIWithSAD" method="loading"/>
|
52
|
<!-- SoftKeyBoard -->
|
52
|
<!-- SoftKeyBoard -->
|
53
|
<action name="showKeyBoard" class="com.wade.mobile.func.SoftKeyBoard" method="showKeyBoard"/>
|
53
|
<action name="showKeyBoard" class="com.wade.mobile.func.SoftKeyBoard" method="showKeyBoard"/>
|
54
|
<action name="hideKeyBoard" class="com.wade.mobile.func.SoftKeyBoard" method="hideKeyBoard"/>
|
54
|
<action name="hideKeyBoard" class="com.wade.mobile.func.SoftKeyBoard" method="hideKeyBoard"/>
|