Languages

Menu
Sites
Language
Color Picker Item in Settings.xml Wearable

Hello 

Is there Color Picker Item culd be icluded in settings.xml so users could pick their color as attached image?

Regards

Responses

6 Replies
daniel kim

Hi,

I've searched Gear application programming guide document. but it seems that there is no available item for color picker for now.

Regards

Palitsyna

Hello,

as far as I know, there is no such possibility now.

 

Best Regards,

Svetlana Palitsyna

Moataz Hammous

But I found that native Watch Face Screen have Color Picker as in following image !

http://imgur.com/QNcl1mV

Regards

daniel kim

Hi,

As your screenshot is for Gear manager, it can display Color picker for the Gear itself. but in case of settings.xml, this setting UI is for specific Gear Web application only. So if you want to do the same, you can implement your android provider which display the Color picker. then Gear application can fetch the color value through SAP.

Regards

Seoghyun Kang

Dear Moataz Hammous,

 

It is right that your image is on the wearable profile?

I think it is the image on the mobile profile.  And please write your requirement in detail.          

Moataz Hammous

Hello Seoghyun Kang

Iam talking about settings.xml items that provide to you app managment in mobile side not on gear side as i know settings.xml could have date picker like 

 <Item id="datepicker" 
    		title_type="title_subtitle" setting_type="datepicker"> <Title>Set Date</Title> 
			<SubTitle>Set your watch date</SubTitle> <DatePicker id="datepickerresult" 
			year="2015" month="1" day="1"></DatePicker> </Item> 

So i guess that it may be also color picker?

Regards