修改poi录像和道路录像的bug,抽屉滑动的bug
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
sothree:umanoDragView="@id/dragView"
|
||||
sothree:umanoOverlay="false"
|
||||
sothree:umanoPanelHeight="0dp"
|
||||
sothree:umanoScrollableView="@id/scroll_parent_view"
|
||||
sothree:umanoShadowHeight="0dp">
|
||||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
@@ -140,11 +139,12 @@
|
||||
android:focusable="true"
|
||||
android:orientation="vertical">
|
||||
|
||||
<ScrollView
|
||||
android:id="@+id/scroll_parent_view"
|
||||
<!-- <ScrollView
|
||||
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
android:layout_height="wrap_content"> </ScrollView>-->
|
||||
<LinearLayout
|
||||
android:id="@+id/scroll_parent_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical">
|
||||
@@ -153,7 +153,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"></FrameLayout>
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
</com.sothree.slidinguppanel.SlidingUpPanelLayout>
|
||||
Reference in New Issue
Block a user