私聊改造:输入体验优化
This commit is contained in:
@@ -6,13 +6,6 @@
|
||||
android:orientation="vertical"
|
||||
android:visibility="visible">
|
||||
|
||||
<View
|
||||
android:id="@+id/top_divider_line"
|
||||
android:layout_height="1px"
|
||||
android:layout_width="match_parent"
|
||||
android:background="#353548"
|
||||
android:visibility="gone"/>
|
||||
|
||||
<androidx.viewpager.widget.ViewPager
|
||||
android:id="@+id/scrPlugin"
|
||||
android:layout_width="fill_parent"
|
||||
@@ -30,8 +23,6 @@
|
||||
android:gravity="center"
|
||||
android:orientation="horizontal"/>
|
||||
|
||||
<View style="@style/horizontal_light_thin_divider"/>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -50,6 +41,7 @@
|
||||
android:layout_height="44dp"
|
||||
android:orientation="horizontal">
|
||||
</LinearLayout>
|
||||
|
||||
</HorizontalScrollView>
|
||||
</LinearLayout>
|
||||
|
||||
|
Reference in New Issue
Block a user