d
This commit is contained in:
@@ -99,14 +99,18 @@
|
|||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name="com.sl.house_property.MainActivity"
|
android:name="com.sl.house_property.MainActivity"
|
||||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
|
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
|
>
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
|
||||||
<category android:name="android.intent.category.LAUNCHER" />
|
<category android:name="android.intent.category.LAUNCHER" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
<activity android:name="com.sl.house_property.AliPayTestActivity">
|
<activity android:name="com.sl.house_property.AliPayTestActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
|
>
|
||||||
<!--<intent-filter>-->
|
<!--<intent-filter>-->
|
||||||
<!--<action android:name="android.intent.action.MAIN" />-->
|
<!--<action android:name="android.intent.action.MAIN" />-->
|
||||||
<!--<category android:name="android.intent.category.LAUNCHER" />-->
|
<!--<category android:name="android.intent.category.LAUNCHER" />-->
|
||||||
@@ -114,141 +118,226 @@
|
|||||||
</activity>
|
</activity>
|
||||||
<activity
|
<activity
|
||||||
android:name="com.sl.house_property.MakeErrorActivity"
|
android:name="com.sl.house_property.MakeErrorActivity"
|
||||||
android:theme="@style/myErrorDialogTheme" />
|
android:theme="@style/myErrorDialogTheme"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
<activity
|
<activity
|
||||||
android:name="com.sl.house_property.MainTabActivity"
|
android:name="com.sl.house_property.MainTabActivity"
|
||||||
android:launchMode="standard"
|
android:launchMode="standard"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
android:theme="@style/TAppTheme" />
|
android:theme="@style/TAppTheme" />
|
||||||
<activity
|
<activity
|
||||||
android:name="com.sl.house_property.LogoActivity"
|
android:name="com.sl.house_property.LogoActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" />
|
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" />
|
||||||
<activity
|
<activity
|
||||||
android:name="utils.SelectPicDanimicActivity"
|
android:name="utils.SelectPicDanimicActivity"
|
||||||
android:theme="@style/myDialogThememakephoto"
|
android:theme="@style/myDialogThememakephoto"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
android:windowBackground="@color/transparent" />
|
android:windowBackground="@color/transparent" />
|
||||||
<activity
|
<activity
|
||||||
android:name="com.sl.house_property.NewsDetailActivity"
|
android:name="com.sl.house_property.NewsDetailActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
android:theme="@style/MyThemeactonbar" />
|
android:theme="@style/MyThemeactonbar" />
|
||||||
<activity
|
<activity
|
||||||
android:name="com.sl.house_property.RegisterAgreementActivity"
|
android:name="com.sl.house_property.RegisterAgreementActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
android:theme="@style/MyThemeactonbar" />
|
android:theme="@style/MyThemeactonbar" />
|
||||||
<activity
|
<activity
|
||||||
android:name="com.sl.house_property.ScrollingActivity"
|
android:name="com.sl.house_property.ScrollingActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
android:label="@string/title_activity_scrolling"
|
android:label="@string/title_activity_scrolling"
|
||||||
android:theme="@style/AppTheme.NoActionBar" />
|
android:theme="@style/AppTheme.NoActionBar" />
|
||||||
<activity
|
<activity
|
||||||
android:name="com.sl.house_property.user.MyUserMessage"
|
android:name="com.sl.house_property.user.MyUserMessage"
|
||||||
android:theme="@style/MyThemeactonbar"
|
android:theme="@style/MyThemeactonbar"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
android:windowSoftInputMode="adjustPan" />
|
android:windowSoftInputMode="adjustPan" />
|
||||||
<activity
|
<activity
|
||||||
android:name="com.sl.house_property.user.MyWalletActivity"
|
android:name="com.sl.house_property.user.MyWalletActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
android:theme="@style/Theme.AppCompat.Light.NoActionBar" />
|
android:theme="@style/Theme.AppCompat.Light.NoActionBar" />
|
||||||
<activity android:name="com.sl.house_property.user.MyMarketShopActivity" />
|
<activity android:name="com.sl.house_property.user.MyMarketShopActivity" />
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name="com.sl.house_property.user.MyBillHistory"
|
android:name="com.sl.house_property.user.MyBillHistory"
|
||||||
android:windowSoftInputMode="adjustPan" />
|
android:windowSoftInputMode="adjustPan"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
<activity
|
<activity
|
||||||
android:name="com.sl.house_property.f3.MyFeeBillHistory"
|
android:name="com.sl.house_property.f3.MyFeeBillHistory"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
android:windowSoftInputMode="adjustPan" />
|
android:windowSoftInputMode="adjustPan" />
|
||||||
<activity android:name="com.sl.house_property.user.MyServiceHistory" />
|
<activity android:name="com.sl.house_property.user.MyServiceHistory"
|
||||||
<activity android:name="com.sl.house_property.user.MyGuaranteeHistory" />
|
android:screenOrientation="portrait"
|
||||||
<activity android:name="com.sl.house_property.user.MyAuthorizedFamilyHistory" />
|
/>
|
||||||
|
<activity android:name="com.sl.house_property.user.MyGuaranteeHistory"
|
||||||
|
android:screenOrientation="portrait"/>
|
||||||
|
<activity android:name="com.sl.house_property.user.MyAuthorizedFamilyHistory"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
<activity android:name="com.sl.house_property.user.MyAuthorizedFamilyHistoryt" />
|
<activity android:name="com.sl.house_property.user.MyAuthorizedFamilyHistoryt" />
|
||||||
<activity android:name="com.sl.house_property.user.MyPropertyActivity" />
|
<activity android:name="com.sl.house_property.user.MyPropertyActivity"
|
||||||
<activity android:name="com.sl.house_property.user.MyKeyManagement" />
|
android:screenOrientation="portrait"
|
||||||
<activity android:name="com.sl.house_property.user.MyChargeActivity" />
|
/>
|
||||||
<activity android:name="com.sl.house_property.user.MyPayActivity" />
|
<activity android:name="com.sl.house_property.user.MyKeyManagement"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
|
<activity android:name="com.sl.house_property.user.MyChargeActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
|
<activity android:name="com.sl.house_property.user.MyPayActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
<activity
|
<activity
|
||||||
android:name="com.sl.house_property.user.MyshopEditAcitivity"
|
android:name="com.sl.house_property.user.MyshopEditAcitivity"
|
||||||
android:windowSoftInputMode="adjustPan" />
|
android:windowSoftInputMode="adjustPan"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
<activity
|
<activity
|
||||||
android:name="com.sl.house_property.user.MyshopModifyAcitivity"
|
android:name="com.sl.house_property.user.MyshopModifyAcitivity"
|
||||||
android:windowSoftInputMode="adjustPan" />
|
android:windowSoftInputMode="adjustPan"
|
||||||
<activity android:name="com.sl.house_property.user.MyBillDetailActivity" />
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
|
<activity android:name="com.sl.house_property.user.MyBillDetailActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
<activity
|
<activity
|
||||||
android:name="com.sl.house_property.f3.HousekeepingActivity"
|
android:name="com.sl.house_property.f3.HousekeepingActivity"
|
||||||
android:windowSoftInputMode="adjustPan" />
|
android:windowSoftInputMode="adjustPan"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
<activity
|
<activity
|
||||||
android:name="com.sl.house_property.CommodityActivity"
|
android:name="com.sl.house_property.CommodityActivity"
|
||||||
android:windowSoftInputMode="adjustPan" />
|
android:windowSoftInputMode="adjustPan"
|
||||||
<activity android:name="com.sl.house_property.QRcodeActivity" />
|
android:screenOrientation="portrait"
|
||||||
<activity android:name="com.sl.house_property.EntranceguardActivity" />
|
/>
|
||||||
<activity android:name="com.sl.house_property.CarGarageActivity" />
|
<activity android:name="com.sl.house_property.QRcodeActivity"
|
||||||
<activity android:name="com.sl.house_property.EntranceguardControl1Activity" />
|
android:screenOrientation="portrait"
|
||||||
<activity android:name="com.sl.house_property.EntranceguardControl2Activity" />
|
/>
|
||||||
<activity android:name="com.sl.house_property.NewsActivity" />
|
<activity android:name="com.sl.house_property.EntranceguardActivity"
|
||||||
<activity android:name="com.sl.house_property.NewlistActivity" />
|
android:screenOrientation="portrait"
|
||||||
<activity android:name="com.sl.house_property.f2.FeeActivity" />
|
/>
|
||||||
|
<activity android:name="com.sl.house_property.CarGarageActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
|
<activity android:name="com.sl.house_property.EntranceguardControl1Activity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
|
<activity android:name="com.sl.house_property.EntranceguardControl2Activity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
|
<activity android:name="com.sl.house_property.NewsActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
|
<activity android:name="com.sl.house_property.NewlistActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
|
<activity android:name="com.sl.house_property.f2.FeeActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
<activity
|
<activity
|
||||||
android:name="com.sl.house_property.f2.ElectricChargeActivity"
|
android:name="com.sl.house_property.f2.ElectricChargeActivity"
|
||||||
android:windowSoftInputMode="adjustPan" />
|
android:windowSoftInputMode="adjustPan"
|
||||||
<activity android:name="com.sl.house_property.f2.PropertyFeeActivity" />
|
android:screenOrientation="portrait"
|
||||||
<activity android:name="com.sl.house_property.f2.ParkingFeeActivity" />
|
/>
|
||||||
<activity android:name="com.sl.house_property.f2.GasFeeActivity" />
|
<activity android:name="com.sl.house_property.f2.PropertyFeeActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
|
<activity android:name="com.sl.house_property.f2.ParkingFeeActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
|
<activity android:name="com.sl.house_property.f2.GasFeeActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name="com.sl.house_property.f1.AddcararageIttemActivity"
|
android:name="com.sl.house_property.f1.AddcararageIttemActivity"
|
||||||
android:windowSoftInputMode="adjustPan" />
|
android:windowSoftInputMode="adjustPan"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
<activity
|
<activity
|
||||||
android:name="com.sl.house_property.f1.AddAcarActivity"
|
android:name="com.sl.house_property.f1.AddAcarActivity"
|
||||||
android:windowSoftInputMode="adjustPan" />
|
android:windowSoftInputMode="adjustPan"
|
||||||
<activity android:name="com.sl.house_property.f1.CarragelistActivity"
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
|
<activity android:name="com.sl.house_property.f1.CarragelistActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
|
<activity android:name="com.sl.house_property.f1.UserdlistActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
/>
|
/>
|
||||||
<activity android:name="com.sl.house_property.f1.UserdlistActivity" />
|
|
||||||
<activity
|
<activity
|
||||||
android:name="com.sl.house_property.user.MyServiceDetailActivity"
|
android:name="com.sl.house_property.user.MyServiceDetailActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
android:label="@string/title_activity_my_service_detail" />
|
android:label="@string/title_activity_my_service_detail" />
|
||||||
<activity
|
<activity
|
||||||
android:name="com.sl.house_property.user.AddAnewGranteeActivity"
|
android:name="com.sl.house_property.user.AddAnewGranteeActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
android:windowSoftInputMode="adjustPan" />
|
android:windowSoftInputMode="adjustPan" />
|
||||||
<activity android:name="com.sl.house_property.user.AddAnewFamilyNumberPermissionActivity" />
|
<activity android:name="com.sl.house_property.user.AddAnewFamilyNumberPermissionActivity"
|
||||||
<activity android:name="com.sl.house_property.SettingActivity" />
|
android:screenOrientation="portrait"
|
||||||
<activity android:name="com.sl.house_property.AboutusActivity" />
|
/>
|
||||||
|
<activity android:name="com.sl.house_property.SettingActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
|
<activity android:name="com.sl.house_property.AboutusActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
<activity
|
<activity
|
||||||
android:name="com.sl.house_property.AdeviseActivity"
|
android:name="com.sl.house_property.AdeviseActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
android:windowSoftInputMode="adjustPan" />
|
android:windowSoftInputMode="adjustPan" />
|
||||||
<activity android:name="com.sl.house_property.LoginActivity" />
|
<activity android:name="com.sl.house_property.LoginActivity"
|
||||||
<activity android:name="com.sl.house_property.RegisterActivity" />
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
|
<activity android:name="com.sl.house_property.RegisterActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
<activity
|
<activity
|
||||||
android:name="com.sl.house_property.ForgetPwdActivity"
|
android:name="com.sl.house_property.ForgetPwdActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
android:windowSoftInputMode="adjustPan" />
|
android:windowSoftInputMode="adjustPan" />
|
||||||
<activity
|
<activity
|
||||||
android:name="com.sl.house_property.ModifyPswdActivity"
|
android:name="com.sl.house_property.ModifyPswdActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
android:windowSoftInputMode="adjustPan" />
|
android:windowSoftInputMode="adjustPan" />
|
||||||
<activity android:name="com.sl.house_property.f1.MyCaragradetailActivity" />
|
<activity android:name="com.sl.house_property.f1.MyCaragradetailActivity"
|
||||||
<activity android:name="com.sl.house_property.user.MyGranteeDetailActivity" />
|
android:screenOrientation="portrait"
|
||||||
<activity android:name="com.sl.house_property.f1.MyCarUsedHistoryDetailActivity" />
|
/>
|
||||||
|
<activity android:name="com.sl.house_property.user.MyGranteeDetailActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
|
<activity android:name="com.sl.house_property.f1.MyCarUsedHistoryDetailActivity"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
|
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name="imageselector.ImageSelectorActivity"
|
android:name="imageselector.ImageSelectorActivity"
|
||||||
android:configChanges="orientation|keyboardHidden|screenSize"
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
android:theme="@style/Theme.AppCompat.Light.NoActionBar" />
|
android:theme="@style/Theme.AppCompat.Light.NoActionBar" />
|
||||||
<activity
|
<activity
|
||||||
android:name="imageselector.PreviewActivity"
|
android:name="imageselector.PreviewActivity"
|
||||||
android:configChanges="orientation|keyboardHidden|screenSize"
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
android:theme="@style/Theme.AppCompat.Light.NoActionBar" />
|
android:theme="@style/Theme.AppCompat.Light.NoActionBar" />
|
||||||
<activity
|
<activity
|
||||||
android:name="imageselector.ClipImageActivity"
|
android:name="imageselector.ClipImageActivity"
|
||||||
android:configChanges="orientation|keyboardHidden|screenSize"
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
android:theme="@style/Theme.AppCompat.Light.NoActionBar" />
|
android:theme="@style/Theme.AppCompat.Light.NoActionBar" />
|
||||||
<activity
|
<activity
|
||||||
android:name="imageselector.FullScreenPreviewActivity"
|
android:name="imageselector.FullScreenPreviewActivity"
|
||||||
android:theme="@style/PictureTheme.Main" />
|
android:theme="@style/PictureTheme.Main"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
<activity
|
<activity
|
||||||
android:name="imageselector.FullScreenOnlinePreviewActivity"
|
android:name="imageselector.FullScreenOnlinePreviewActivity"
|
||||||
android:theme="@style/PictureTheme.Main" />
|
android:theme="@style/PictureTheme.Main"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
|
/>
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name="com.alipay.sdk.app.H5PayActivity"
|
android:name="com.alipay.sdk.app.H5PayActivity"
|
||||||
@@ -260,25 +349,39 @@
|
|||||||
android:configChanges="orientation|keyboardHidden|navigation"
|
android:configChanges="orientation|keyboardHidden|navigation"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
android:screenOrientation="behind"></activity>
|
android:screenOrientation="behind"></activity>
|
||||||
<activity android:name=".discovery.ImageViewerAndDeleteActivity" />
|
<activity android:name=".discovery.ImageViewerAndDeleteActivity"
|
||||||
<activity android:name=".discovery.AddDiscoveryActivity" />
|
android:screenOrientation="portrait"
|
||||||
<activity android:name=".cart.AddressListActivity" />
|
/>
|
||||||
<activity android:name=".cart.AddAddressActivity" />
|
<activity android:name=".discovery.AddDiscoveryActivity"
|
||||||
<activity android:name=".order.OrderActivity" />
|
android:screenOrientation="portrait"
|
||||||
<activity android:name=".order.OrderDetailActivity" />
|
/>
|
||||||
<activity android:name=".order.SettleActivity" />
|
<activity android:name=".cart.AddressListActivity"
|
||||||
<activity android:name=".order.PayActivity" />
|
android:screenOrientation="portrait"/>
|
||||||
<activity android:name=".discovery.HistoryRecordActivity" />
|
<activity android:name=".cart.AddAddressActivity"
|
||||||
<activity android:name=".discovery.HistoryRecordActivitytwo" />
|
android:screenOrientation="portrait"/>
|
||||||
<activity android:name=".discovery.ShareCodeActivity" />
|
<activity android:name=".order.OrderActivity"
|
||||||
|
android:screenOrientation="portrait"/>
|
||||||
|
<activity android:name=".order.OrderDetailActivity"
|
||||||
|
android:screenOrientation="portrait"/>
|
||||||
|
<activity android:name=".order.SettleActivity"
|
||||||
|
android:screenOrientation="portrait"/>
|
||||||
|
<activity android:name=".order.PayActivity"
|
||||||
|
android:screenOrientation="portrait"/>
|
||||||
|
<activity android:name=".discovery.HistoryRecordActivity"
|
||||||
|
android:screenOrientation="portrait"/>
|
||||||
|
<activity android:name=".discovery.HistoryRecordActivitytwo"
|
||||||
|
android:screenOrientation="portrait"/>
|
||||||
|
<activity android:name=".discovery.ShareCodeActivity"
|
||||||
|
android:screenOrientation="portrait"/>
|
||||||
<activity
|
<activity
|
||||||
android:name=".discovery.PropertyActivity"
|
android:name=".discovery.PropertyActivity"
|
||||||
android:theme="@style/TAppTheme" />
|
android:theme="@style/TAppTheme" android:screenOrientation="portrait"/>
|
||||||
<activity android:name=".CodeActivity" />
|
<activity android:name=".CodeActivity" android:screenOrientation="portrait"/>
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".wxapi.WXPayEntryActivity"
|
android:name=".wxapi.WXPayEntryActivity"
|
||||||
android:configChanges="orientation|screenSize"
|
android:configChanges="orientation|screenSize"
|
||||||
|
android:screenOrientation="portrait"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:launchMode="singleTop"
|
android:launchMode="singleTop"
|
||||||
|
|||||||
@@ -272,7 +272,7 @@ public class MainFragment extends BaseFragment<FragmentMainBinding> implements V
|
|||||||
// progressDialog.setMessage(getActivity().getString(R.string.loading));
|
// progressDialog.setMessage(getActivity().getString(R.string.loading));
|
||||||
progressDialog = new ProgressDialog(getContext());
|
progressDialog = new ProgressDialog(getContext());
|
||||||
intRecycleView();
|
intRecycleView();
|
||||||
// getGankList(ApiConfig.GETHOMEBANNER,new HashMap<String, String>(),getString(R.string.loading),0);
|
getGankList(ApiConfig.GETHOMEBANNER,new HashMap<String, String>(),getString(R.string.loading),0);
|
||||||
mDataBinding.taobaoRefreshLayout.setOnRefreshLoadMoreListener(onrefalshlister);
|
mDataBinding.taobaoRefreshLayout.setOnRefreshLoadMoreListener(onrefalshlister);
|
||||||
// mDataBinding.taobaoRefreshLayout.postDelayed(new Runnable() {
|
// mDataBinding.taobaoRefreshLayout.postDelayed(new Runnable() {
|
||||||
// @Override
|
// @Override
|
||||||
|
|||||||
Reference in New Issue
Block a user