Create your own quick setting tile on Lollipop
Moderator: Martin
Re: Create your own quick setting tile on Lollipop
I would use the mechanism posted earlier to add your own bitmap-icons since it's way more flexible than to rely on the built-in resources:
http://automagic4android.com/forum/view ... 3637#p9250
You could use an icon generator like this one to create a few icons with the correct colors. The color of an inactive tile seems to be ~#687074.
http://automagic4android.com/forum/view ... 3637#p9250
You could use an icon generator like this one to create a few icons with the correct colors. The color of an inactive tile seems to be ~#687074.
Re: Create your own quick setting tile on Lollipop
Here is another nice icon generator:
http://materialdesignicons.com/
...and the vector images provided by Google:
https://google.github.io/material-design-icons/
http://materialdesignicons.com/
...and the vector images provided by Google:
https://google.github.io/material-design-icons/
-
- Posts: 19
- Joined: 14 Sep 2013 18:41
Re: Create your own quick setting tile on Lollipop
Nice, thank you very much.
-
- Posts: 19
- Joined: 14 Sep 2013 18:41
Re: Create your own quick setting tile on Lollipop
Just found out they can be animated aswell! That rocks...
Kölle alaaf!
Kölle alaaf!
Re: Create your own quick setting tile on Lollipop
Hello Martin,
Does create a quicksettings tile work on Android 5.1.1?
I can't seem to get it to work anymore.
Does create a quicksettings tile work on Android 5.1.1?
I can't seem to get it to work anymore.
Re: Create your own quick setting tile on Lollipop
Hi,
A quick test works on a Nexus 5 with Android 5.1.1.
Are you using a Nexus device? Do you get an error in your flow or does the tile simply not appear?
Regards,
Martin
A quick test works on a Nexus 5 with Android 5.1.1.
Are you using a Nexus device? Do you get an error in your flow or does the tile simply not appear?
Regards,
Martin
Re: Create your own quick setting tile on Lollipop
Hi,
I don't get an error they just don't appear. And yes I have a Nexus 5.
I will attach the flow i'm using maybe you can try them and see what I did wrong. The worked on previous version of Android and automatic.
I don't get an error they just don't appear. And yes I have a Nexus 5.
I will attach the flow i'm using maybe you can try them and see what I did wrong. The worked on previous version of Android and automatic.
- Attachments
-
- flow_ShowTile2_20150731_102426.xml
- (5.99 KiB) Downloaded 1004 times
Re: Create your own quick setting tile on Lollipop
Hi,
Action Set System Setting looks suspicious. The value should be set to default,intent(automagic.TILE_1),intent(automagic.TILE_2).
You've probably changed the value to default to remove the custom tile(s).
Regards,
Martin
Action Set System Setting looks suspicious. The value should be set to default,intent(automagic.TILE_1),intent(automagic.TILE_2).
You've probably changed the value to default to remove the custom tile(s).
Regards,
Martin
Re: Create your own quick setting tile on Lollipop
Thnx.. Don't know how that happened, but after I re did the set system setting they are back..
Thnx for the quick response and help.
Thnx for the quick response and help.
Re: Create your own quick setting tile on Lollipop
Just figured out how to get the qs tiles working on the M preview 3.
They just won't stick after a reboot.
(Edit: double post deleted)
They just won't stick after a reboot.
(Edit: double post deleted)
- Attachments
-
- Screenshot_20150830-211553.png (159.09 KiB) Viewed 26381 times
-
- just add an extra tile through system ui tuner.
- Screenshot_20150830-211726.png (102.86 KiB) Viewed 26381 times