From f6a9ed7f6b08d0694795adc6ea6fce999e8cab87 Mon Sep 17 00:00:00 2001 From: Nipun Kwatra Date: Tue, 14 Sep 2010 21:14:25 -0700 Subject: Adding ui for setting frame capture interval. Currently adding a bunch of discrete options for the user to choose from. - Modified BasicIndicator class to allow ListPreference as well as IconListPreference. - Modified addIndicator() in HeadUpDisplay to take ListPreference instead of IconListPreference. - Modified GpsIndicator::getIcon() to return BitmapTexture instead of ResourceTexture as its base class BasicIndicator does the same now. - Fixed default value of time lapse quality. Change-Id: I9f01d8c77e9a803219c4661e10731fabbecf65a9 --- res/xml/video_preferences.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'res/xml') diff --git a/res/xml/video_preferences.xml b/res/xml/video_preferences.xml index f803c32..5f0e9e7 100644 --- a/res/xml/video_preferences.xml +++ b/res/xml/video_preferences.xml @@ -32,6 +32,12 @@ camera:largeIcons="@array/video_time_lapse_quality_icons" camera:entries="@array/pref_video_time_lapse_quality_entries" camera:entryValues="@array/pref_video_time_lapse_quality_entryvalues"/> +