mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-11 11:35:07 -05:00
Fix drawer in key list
This commit is contained in:
parent
70bfb5c586
commit
e46d72ba27
@ -9,12 +9,12 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<include layout="@layout/notify_area"/>
|
||||
<include layout="@layout/notify_area" />
|
||||
|
||||
<include layout="@layout/key_list_content"/>
|
||||
|
||||
<include layout="@layout/drawer_list" />
|
||||
<include layout="@layout/key_list_content" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<include layout="@layout/drawer_list" />
|
||||
|
||||
</android.support.v4.widget.FixedDrawerLayout>
|
Loading…
Reference in New Issue
Block a user