From 8dc9579462332f60b0da16dabff852354feed920 Mon Sep 17 00:00:00 2001 From: tom79 Date: Thu, 30 May 2019 15:55:09 +0200 Subject: Fix color & remove some elements --- .../layout/fragment_bottom_properties_dialog.xml | 143 +++++++++++---------- app/src/main/res/layout/row_filter_view.xml | 2 +- 2 files changed, 74 insertions(+), 71 deletions(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/fragment_bottom_properties_dialog.xml b/app/src/main/res/layout/fragment_bottom_properties_dialog.xml index a5e12c124..ed25897da 100644 --- a/app/src/main/res/layout/fragment_bottom_properties_dialog.xml +++ b/app/src/main/res/layout/fragment_bottom_properties_dialog.xml @@ -1,79 +1,82 @@ - + android:layout_height="wrap_content" + android:background="@android:color/black" + android:orientation="vertical"> + + + - + - + - + - - - - - + + \ No newline at end of file diff --git a/app/src/main/res/layout/row_filter_view.xml b/app/src/main/res/layout/row_filter_view.xml index 0f36224aa..50e3dbaa3 100644 --- a/app/src/main/res/layout/row_filter_view.xml +++ b/app/src/main/res/layout/row_filter_view.xml @@ -22,7 +22,7 @@ android:id="@+id/txtFilterName" android:layout_width="0dp" android:layout_height="wrap_content" - android:background="#90000000" + android:background="#606984" android:gravity="center" android:padding="4dp" android:textColor="@android:color/white" -- cgit v1.2.3