[MIUI Theme Tutorial] How To Create Animated Homescreen Wallpaper

label
label
label
label



Hello all,

Welcome to my next theme classroom on adding Animations to MIUI Homescreen Wallpaper. This is done in simple 2 steps in 2 minute.
In this tutorial I will show you how to create a simple bubble animation on your homescreen wallpaper.

Video Tutorial:




Steps:

1. Download the below mtz file containing the code and png images required. Then Extract the mtz file using 7zip.

Download

2. When you open it you can see a new folder called miwallpaper. This folder contains the png files and the codes for animation.

3. Replace the bubble animation code with your own animations code inside the menifest.xml file.

A sample menifest.xml file:

<?xml version="1.0" encoding="utf-8"?>
<MiWallpaper version="1" frameRate="40" screenWidth="720">
<Image src="default_wallpaper.jpg" x="#screen_width/2" y="0" align="center"/>  <!-- This is the homescreen wallpaper -->
<!-- Put your Animation codes here -->

</MiWallpaper>

Share This :



sentiment_satisfied Emoticon