From 62d76d06b630bdc05d57d10d937c32c7784e6719 Mon Sep 17 00:00:00 2001 From: Phillip Hsu Date: Tue, 20 Sep 2016 22:25:14 -0700 Subject: [PATCH] Change default time picker style to grid selector --- app/src/main/res/xml/preferences.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 156ba6f..101a703 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -33,7 +33,7 @@ android:dialogTitle="@string/title_time_picker_style" android:entries="@array/array_time_picker_styles" android:entryValues="@array/array_time_picker_styles" - android:defaultValue="@string/number_pad" + android:defaultValue="@string/grid_selector" android:summary="%s"/>