Some dark theme fixes for key search activity

Fixes #2287
This commit is contained in:
Vincent Breitmoser
2018-06-14 14:08:02 +02:00
parent 996856ddde
commit 87e56580a6
3 changed files with 3 additions and 5 deletions

View File

@@ -24,7 +24,7 @@
<FrameLayout
android:id="@+id/import_keys_list_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="0dp"
android:layout_weight="1" />
<RelativeLayout