0
如何理解它?爲什麼左側面板不隱藏?SlidingPaneLayout不包括左側面板
我的xml文件:
<android.support.v4.widget.SlidingPaneLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<fragment android:id="@+id/headlines"
android:layout_height="match_parent"
android:name="by.zubov.task.fragments.TitlesFragment"
android:layout_width="380dp"
/>
<FrameLayout android:id="@+id/details"
android:layout_width="500dp"
android:layout_weight="1"
android:layout_height="match_parent" />
結果: Image result
測試,這是在HTC一個代碼(顯示540x960)。
但是你還沒有關閉你的SlidingPaneLayout。 – Piyush
Piyush Gupta:有多接近? –
最後... – Piyush