Mt6573 default screen lock page Modification

Source: Internet
Author: User

(1) The screen lock page contains two java files, two XML files, and some image files.
Frameworks/base/CORE/Java/COM/Android/Internal/widget/slidingtab. Java
Frameworks/base/policy/src/COM/Android/Internal/policy/impl/lockscreen. Java

Frameworks/base/CORE/RES/layout/keyguard_screen_tab_unlock _. xml
Frameworks/base/CORE/RES/layout/keyguard_screen_tab_unlock_land.xml
Frameworks/base/CORE/RES/layout/zzz_keyguard_screen_tab_unlock_gemini.xml
Frameworks/base/CORE/RES/layout/zzz_keyguard_screen_tab_unlock_land_gemini.xml

Frameworks/base/CORE/RES/drawable/default_wallpaper.jpg

2) In the slidingtab. Java file, you can move the slider closer to the right and move the green target point to the left;
3) In the lockscreen. Java file, you can change the color and background image of the slide bar to custom, or change the green target point to custom image;
4) keyguard_screen_tab_unlock _. XML is the screen lock layout file of the portrait screen,
Keyguard_screen_tab_unlock_land.xml is the layout file of the screen lock page,
Zzz_keyguard_screen_tab_unlock_gemini.xml is the screen lock screen layout file for dual-card portrait,
Zzz_keyguard_screen_tab_unlock_land_gemini.xml is the layout file of the screen lock page when the dual card is used.
You can modify the layout, size, and margin of the digital clock, date, and time, and the displayed charging icon here;

5) default_wallpaper.jpg is the default wallpaper Modification on the screen lock page.
6) The default layout file of the screen lock is displayed on the left. If you want to change it to the center display, you can set
Android: layout_marginleftr = ""
Android: layout_marginright = "" and
Android: layout_alignparentleft = "true"
Android: layout_alignparentright = "true" defines deleting all,
Then add Android: layout_centerinparent = "true ".

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.