(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 ".