Commit db749881 authored by Max Lv's avatar Max Lv

Fix the listview issue

parent 9a43c78e
......@@ -9,9 +9,15 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="com.github.shadowsocks.widget.MoveUpwardBehavior">
<FrameLayout
android:id="@+id/fragment_holder"
android:background="?android:attr/windowBackground"
android:layout_above="@+id/stat"
android:layout_width="match_parent"
android:layout_height="match_parent" />
......@@ -28,8 +34,7 @@
android:paddingEnd="16dip"
android:paddingStart="16dip"
android:paddingTop="16dip"
android:layout_gravity="bottom"
app:layout_behavior="com.github.shadowsocks.widget.MoveUpwardBehavior">
android:layout_alignParentBottom="true">
<TextView
android:id="@+id/status"
......@@ -136,6 +141,7 @@
app:layout_row="1"/>
</com.github.shadowsocks.widget.BoundedGridLayout>
</LinearLayout>
</RelativeLayout>
<!-- workaround for 0 elevation in disabled state -->
<FrameLayout
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment