-5

I see that on iOS icon app (screen icon) clock application have clockwise movement.

How do I do it in Android?

Swati Garg
  • 995
  • 1
  • 10
  • 21
vukinh
  • 33
  • 2

1 Answers1

0

You can do it in another way, i.e,

Create a launcher animation Activity and set the windowsManager's LayoutParam to get the desired bounds. Also, you can change the launcher Activity theme to ```Dialog````` theme, then you can see the change.

Pranav Karnik
  • 3,318
  • 3
  • 35
  • 47
VYSHAK M
  • 86
  • 5
  • Hi @VYSHAK M, thanks for your answer. But here i want to make screen icon app that can be show as a gif picture ( not static as you usually in android app). I only see Clock application on ios can be do that. – vukinh Jun 14 '16 at 05:25