From b3a5c78383174341f7c344be2bb0125dc0c20f06 Mon Sep 17 00:00:00 2001 From: jianbo <263303411@qq.com> Date: Mon, 15 Mar 2021 11:09:08 +0800 Subject: [PATCH] d --- app/src/main/AndroidManifest.xml | 233 +++++++++++++----- .../com/sl/house_property/MainFragment.java | 2 +- 2 files changed, 169 insertions(+), 66 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 0adfc97..01e6008 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -99,14 +99,18 @@ + android:theme="@android:style/Theme.NoTitleBar.Fullscreen" + android:screenOrientation="portrait" + > - + @@ -114,141 +118,226 @@ + android:theme="@style/myErrorDialogTheme" + android:screenOrientation="portrait" + /> + android:windowSoftInputMode="adjustPan" + android:screenOrientation="portrait" + /> - - - + + + - - - - + + + + + android:windowSoftInputMode="adjustPan" + android:screenOrientation="portrait" + /> - + android:windowSoftInputMode="adjustPan" + android:screenOrientation="portrait" + /> + + android:windowSoftInputMode="adjustPan" + android:screenOrientation="portrait" + /> - - - - - - - - + android:windowSoftInputMode="adjustPan" + android:screenOrientation="portrait" + /> + + + + + + + + - - - + android:windowSoftInputMode="adjustPan" + android:screenOrientation="portrait" + /> + + + + android:windowSoftInputMode="adjustPan" + android:screenOrientation="portrait" + /> - + + - - - - + + + - - + + - - - + + + + android:theme="@style/PictureTheme.Main" + android:screenOrientation="portrait" + /> + android:theme="@style/PictureTheme.Main" + android:screenOrientation="portrait" + /> - - - - - - - - - - - + + + + + + + + + + + - + android:theme="@style/TAppTheme" android:screenOrientation="portrait"/> + implements V // progressDialog.setMessage(getActivity().getString(R.string.loading)); progressDialog = new ProgressDialog(getContext()); intRecycleView(); - // getGankList(ApiConfig.GETHOMEBANNER,new HashMap(),getString(R.string.loading),0); + getGankList(ApiConfig.GETHOMEBANNER,new HashMap(),getString(R.string.loading),0); mDataBinding.taobaoRefreshLayout.setOnRefreshLoadMoreListener(onrefalshlister); // mDataBinding.taobaoRefreshLayout.postDelayed(new Runnable() { // @Override