Languages

Menu
Sites
Language
How to use UI Customizer
Sorry,I am not good at English. How to use UI Customizer Exporting Packages ? Install UI Customizer Exporting Packages in devices or emulator ? Include UI Customizer Exporting Packages to AppProject ? If above-mentioned is correct, pleas tell me how to Install or Include Exporting Packages.

Responses

6 Replies
talari praveen kumar
Hi miya please refer the below link for tutorial on UI customizer https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.gettingstarted%2Fhtml%2Fdev_env%2Fui_customizer.htm
konduri sai swathi
Hi, After exporting the package you'll get style.css for Web and package_name.xml file for Native, but the changes done in UI Customizer are not seen in style.css which is generated. I guess there is some bug in exporting. I tried by replacing the style.css in the web app i created with the UI Customizer generated style.css. The same procedure is to be followed with native app also.
miya taka
Thanks a lot I tried exporting the package to include Native Project as follows. I set files within res directory of exporting the package to res directory of Native Project. But, UIControl is unchanged. UI customizer Reference isn't written way of including exporting the package to AppProject. I guess exporting package is included to AppProject in especial way by platform engineers.
Mahesh Lingsugur
Hi miya taka, As mentioned in the UI Customizer help link above, the steps summary is: 1. Create a UIC Proj and customize 2. Copy the folder UIC Proj Folder from /UICustomizer_workspace/< UIC-Proj > to /workspace//res/themes/ 3. Now the user defined theme will be available at: manifest > Advanced Tab > UI theme > Browse User-Defined theme
Mahesh Lingsugur
Please read the step 2 as: 2. Copy the UIC Proj Folder from /UICustomizer_workspace/< UIC-Proj > to /workspace/< Native App >/res/themes/< UIC-Proj >
miya taka
Hi Mahesh Lingsugur Thanks a lot. I didn't notice step 2. I was able to change default UIControls by step 2.