summaryrefslogtreecommitdiff
path: root/main/src/ui/res/layout
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2019-09-04 20:28:32 +0300
committerArne Schwabe <arne@rfc2549.org>2019-09-04 20:30:46 +0300
commitb49591c377bb2e8c2adb0789a2bf1863b5d3d576 (patch)
tree568e36f88c49804f67296e16385674d834d81f7f /main/src/ui/res/layout
parent10d7110c352072a98edaa827800939aa16e85f6d (diff)
Implement dark mode
Diffstat (limited to 'main/src/ui/res/layout')
-rw-r--r--main/src/ui/res/layout/log_fragment.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/src/ui/res/layout/log_fragment.xml b/main/src/ui/res/layout/log_fragment.xml
index ab070117..abfe7894 100644
--- a/main/src/ui/res/layout/log_fragment.xml
+++ b/main/src/ui/res/layout/log_fragment.xml
@@ -11,7 +11,6 @@
android:orientation="vertical">
<LinearLayout
- android:background="@drawable/white_rect"
android:elevation="1dp"
android:orientation="vertical"
android:layout_height="wrap_content"
@@ -23,7 +22,6 @@
android:text="@string/speed_waiting"
android:singleLine="true"
android:id="@+id/speed"
- tools:ignore="InconsistentLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</LinearLayout>