卡片横向滑动效果

This commit is contained in:
zhangyuanzhen
2020-03-18 17:11:52 +08:00
parent 78f87fbfd6
commit ef21bef683
10 changed files with 224 additions and 21 deletions

View File

@@ -14,7 +14,7 @@
android:stateNotNeeded="true"
android:taskAffinity=""
android:theme="@style/Main"
android:windowSoftInputMode="adjustPan">
android:windowSoftInputMode="adjustPan|stateHidden">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<!--调试用暂时开启LAUNCHER这个属性-->