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

View File

@@ -3,9 +3,8 @@
android:id="@android:id/text1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@android:color/white"
android:gravity="center_vertical"
android:minHeight="56dp"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:textAppearance="?android:attr/textAppearanceListItemSmall" />
android:textAppearance="?textAppearanceListItemSmall" />

View File

@@ -13,8 +13,7 @@
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/md_grey_100">
android:layout_height="match_parent">
<ProgressBar
android:layout_width="wrap_content"