Some more dark mode theming fixes

This commit is contained in:
Alexander Bakker 2018-05-12 12:32:33 +02:00
parent c091d03473
commit fa607a7856
3 changed files with 3 additions and 17 deletions

View file

@ -34,7 +34,6 @@
<TableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/background"
android:orientation="vertical"
android:stretchColumns="1"
android:layout_marginEnd="35dp">
@ -111,7 +110,6 @@
<TableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/background"
android:orientation="vertical"
android:stretchColumns="1"
android:layout_marginEnd="35dp">

View file

@ -102,7 +102,6 @@
android:padding="0dp"
android:layout_margin="0dp"
android:layout_width="match_parent"
android:background="?attr/background"
android:layout_height="match_parent">
<ProgressBar
@ -114,4 +113,4 @@
android:layout_weight="1"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>