From 056e277c114ea9344f93f70d2f99549f57130d15 Mon Sep 17 00:00:00 2001 From: Aurelien Hubert Date: Fri, 17 May 2019 17:21:14 +0200 Subject: [PATCH] Working on filters --- app/src/main/res/layout/fragment_filters.xml | 102 +++++++++++++++---- 1 file changed, 80 insertions(+), 22 deletions(-) diff --git a/app/src/main/res/layout/fragment_filters.xml b/app/src/main/res/layout/fragment_filters.xml index bab049a9..505687b9 100644 --- a/app/src/main/res/layout/fragment_filters.xml +++ b/app/src/main/res/layout/fragment_filters.xml @@ -5,6 +5,23 @@ android:layout_width="match_parent" android:layout_height="match_parent"> + + + + + + + - + android:layout_height="wrap_content" + android:layout_gravity="bottom"> - - - + + + android:layout_height="wrap_content" + android:orientation="horizontal"> - + - + + + + + + + + + + + + + + + + + + + \ No newline at end of file