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