安卓透明教程(Android transparent tutorial).docVIP

  • 6
  • 0
  • 约8.1千字
  • 约 13页
  • 2017-10-06 发布于河南
  • 举报

安卓透明教程(Android transparent tutorial).doc

安卓透明教程(Android transparent tutorial)

安卓透明教程(Android transparent tutorial) First, this is the BRO teams approach, First, decompile framework_res.apk Two, find res/value/styles.xml search item name=, colorBackground, @color/background_dark/item Instead item name=, colorBackground, @color/transparent/item Second search item name=, windowBackground, @drawable/screen_background_dark/item Instead item name=, windowBackground, @drawable/screen_background_fly/item Third search item name=, windowShowWallpaper, false/item Instead item name=, windowShowWallpaper, true/item Three, search style name=, Theme.Black, parent= @style/Theme Change the next two lines together item name=, colorBackground, @color/transparent/item item name=, windowShowWallpaper, false/item item name=, windowBackground, @drawable/screen_background_fly/item Four, search in turn style name=, Theme.Dialog, parent=, @style/Theme style name=, Theme.Light, parent=, @style/Theme style name=, Theme.Translucent, parent=, @style/Theme style name=, Theme.NoDisplay, parent=, @style/Theme style name=, Theme.Panel, parent=, @style/Theme Add under them respectively item name=, windowShowWallpaper, false/item That is, the fourth step is to add 5 of the above code under each subject Five, search style name=, Theme.NoTitleBar, parent=, @style/Theme Add code to this topic item name=, windowShowWallpaper, true/item Six. Make a transparent picture named screen_background_fly.png and put it in the drawable-mdpi folder. Seven, back up, and resources.arsc and you just add transparent pictures put in the original APK inside. Eight, installation, here will not say more. The second method is similar to the first one. In principle, the picture is changed to reference color. (Im doing it all right. Thats the way it is.) Ill repeat it for ease of understanding. First, decompile framework_res.apk Two, find res/value/styles.xml search item name=, colorBackground, @color/background_dark/item Instead item name=, colorBackground, @color/transparent/item Second search i

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档