Skip to content

Commit

Permalink
fix viewpager case exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
imndx committed Apr 27, 2019
1 parent e251e14 commit 8732185
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chat/release/output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"chat-release.apk","fullName":"release","baseName":"release"},"path":"chat-release.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":6,"versionName":"0.4.3","enabled":true,"outputFile":"chat-release.apk","fullName":"release","baseName":"release"},"path":"chat-release.apk","properties":{}}]
2 changes: 1 addition & 1 deletion chat/src/main/res/layout/activity_mm_preview.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
android:layout_height="match_parent"
android:background="@android:color/black">

<androidx.viewpager.widget.ViewPager
<cn.wildfire.chat.kit.widget.ViewPagerFixed
android:id="@+id/viewPager"
android:layout_width="match_parent"
android:layout_height="match_parent" />
Expand Down
2 changes: 1 addition & 1 deletion chat/src/main/res/layout/conversation_input_panel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
android:visibility="gone">

<!--其他功能-->
<androidx.viewpager.widget.ViewPager
<cn.wildfire.chat.kit.widget.ViewPagerFixed
android:id="@+id/conversationExtViewPager"
android:layout_width="match_parent"
android:layout_height="match_parent" />
Expand Down
1 change: 1 addition & 0 deletions chat/src/main/res/layout/login_activity_sms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
android:focusableInTouchMode="true"
android:gravity="center_vertical"
android:hint="请输入验证码"
android:inputType="number"
android:maxLines="1"
android:textColor="@color/black"
android:textColorHint="@color/gray1"
Expand Down
2 changes: 1 addition & 1 deletion chat/src/main/res/layout/main_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<include layout="@layout/toolbar" />

<androidx.viewpager.widget.ViewPager
<cn.wildfire.chat.kit.widget.ViewPagerFixed
android:id="@+id/vpContent"
android:layout_width="match_parent"
android:layout_height="0dp"
Expand Down
2 changes: 1 addition & 1 deletion emojilibrary/src/main/res/layout/emotion_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
android:orientation="vertical">

<!--内容显示区-->
<androidx.viewpager.widget.ViewPager
<com.lqr.emoji.ViewPagerFixed
android:id="@+id/vpEmotioin"
android:layout_width="match_parent"
android:layout_height="0dp"
Expand Down

0 comments on commit 8732185

Please sign in to comment.