I use shortcutd, mapping the camera button to open the application manager (dashboard), so when I want to minimize any app, I just tap the camera button.
This is the 2nd time someone asks me about minimizing.
The reason it's fullscreen is cause I wanted to use all the space I can.
I'll add a minimize button soon.
Thanks fo the feedback
Thanks for the toggle full screen feature! Works splendidly! I do have shortcutd, but when mounted in the car with the ProClip dock, the camera button is covered unfortunately...
What should I put on the "css" -file to make the application use buttons from theme?
Hello Dlivil,
It's qss, the syntax resembles css, you can find info about the syntax here.
To have the full-holdonized theme, you need to edit the 3 files inside
/opt/horizontal-call/styleSheets/ with the qss extension.
The .optional file is not used, It can be used if you rename it.
Edit the 3 files, and make them totally empty. This will cause the app to use the hildon-theme. I am warning you, it will look UGLY!!!
It's qss, the syntax resembles css, you can find info about the syntax here.
To have the full-holdonized theme, you need to edit the 3 files inside
/opt/horizontal-call/styleSheets/ with the qss extension.
The .optional file is not used, It can be used if you rename it.
Edit the 3 files, and make them totally empty. This will cause the app to use the hildon-theme. I am warning you, it will look UGLY!!!
I don't wanna make it use the "default" finger buttons, I want to make it use the scalable buttons included in theme. Here's a screenshot for you which explains more:
"Default" (non-scalable) finger buttons used in your example:
Scalable buttons, used for example in calculator:
Those buttons in last screenshots are scalable in horizontal & vertical and used in other apps too.
Edit: in theme template those scalable buttons are called "stylus button".
I don't wanna make it use the "default" finger buttons, I want to make it use the scalable buttons included in theme. Here's a screenshot for you which explains more:
"Default" (non-scalable) finger buttons used in your example:
Scalable buttons, used for example in calculator:
Those buttons in last screenshots are scalable in horizontal & vertical and used in other apps too.
Edit: in theme template those scalable buttons are called "stylus button".
I didn't even know those exist!
Let along how to make my app use them.
Anyone knows?
You should take a look at the source of transitioncontrol, it uses those buttons also.
That's what I was trying to tell you in the first place to use (the scalable themmed buttons instead of you own).
Apologies, I just didn't understand that they already exist
I'll see what I can do, and thanks for the great tip!
I'll change the behavior so that the scalable theme would be the default, and one can always rename the qss file from optional to qss,
and make the application suite his will.
Apologies, I just didn't understand that they already exist
I'll see what I can do, and thanks for the great tip!
I'll change the behavior so that the scalable theme would be the default, and one can always rename the qss file from optional to qss,
and make the application suite his will.
That sounds like a great plan
Thanks for your efforts btw, really usefull application while driving and having the phone mounted on the stand.