|
|
9
|
|
<fr.castorflex.android.verticalviewpager.VerticalViewPager
|
|
|
9
|
<com.electric.chargingpile.iview.ChatVerticalViewPager
|
|
10
|
10
|
android:id="@+id/verticalViewPager"
|
|
11
|
11
|
android:layout_width="match_parent"
|
|
12
|
12
|
android:layout_height="match_parent"
|
|
13
|
13
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
14
|
14
|
app:layout_constraintEnd_toEndOf="parent"
|
|
15
|
15
|
app:layout_constraintStart_toStartOf="parent"
|
|
16
|
|
app:layout_constraintTop_toTopOf="parent"></fr.castorflex.android.verticalviewpager.VerticalViewPager>
|
|
|
16
|
app:layout_constraintTop_toTopOf="parent"></com.electric.chargingpile.iview.ChatVerticalViewPager>
|
|
17
|
17
|
|
|
18
|
18
|
</android.support.constraint.ConstraintLayout>
|
|
|
@ -56,6 +56,7 @@
|
|
56
|
56
|
app:layout_constraintStart_toStartOf="parent">
|
|
57
|
57
|
|
|
58
|
58
|
<android.support.constraint.ConstraintLayout
|
|
|
59
|
android:id="@+id/bWriteComment"
|
|
59
|
60
|
android:layout_width="0dp"
|
|
60
|
61
|
android:layout_height="30dp"
|
|
61
|
62
|
android:layout_marginLeft="15dp"
|