From 7f159149ef42674f283de09d1ddc16e62fe896db Mon Sep 17 00:00:00 2001 From: Alinson Xavier Date: Tue, 19 Apr 2016 22:38:35 -0400 Subject: [PATCH] Minor layout changes on the spinners --- app/src/main/res/layout/edit_habit.xml | 2 +- app/src/main/res/layout/show_habit.xml | 6 +++--- app/src/main/res/values/styles.xml | 5 +++++ 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/edit_habit.xml b/app/src/main/res/layout/edit_habit.xml index a6466865c..bc2f0a98c 100644 --- a/app/src/main/res/layout/edit_habit.xml +++ b/app/src/main/res/layout/edit_habit.xml @@ -65,7 +65,7 @@ android:id="@+id/sFrequency" android:theme="@style/dialogFormText" android:layout_width="wrap_content" - android:layout_height="wrap_content" + android:layout_height="25dp" android:minWidth="400dp" android:entries="@array/frequencyQuickSelect" android:visibility="gone"/> diff --git a/app/src/main/res/layout/show_habit.xml b/app/src/main/res/layout/show_habit.xml index ebcbe5ce7..dc5bd6838 100644 --- a/app/src/main/res/layout/show_habit.xml +++ b/app/src/main/res/layout/show_habit.xml @@ -61,15 +61,15 @@ style="@style/Card" android:gravity="center"> - @color/blue_800 + +