Showing posts with label banner. Show all posts
Showing posts with label banner. Show all posts

Monday, April 3, 2017

How to add banner in About Phone Noob friendly

How to add banner in About Phone Noob friendly


What you need ? : 

  • Latest APKTOOL package .
  • A brain .
  • PC  .
  • Knowledge in decompiling and recompiling .


Lets start the GUIDE !  

Resources 

  • APKTOOL here .
  • Image Resolution : 700*215 .

Guide-

1)

  • Decompile Settings
  • Go to res/Layout folder
  • Download this file
  • paste it in Layout folder

2) 
  • Copy the image to res/drawable folder
  • Rename it to logo and it must be "PNG" !
  • Quote:
    EX: logo.png
3)
  • Go to res/xml
  • open device_info_settings.xml
  • Add this
    Quote:
    <PreferenceScreen android_layout="@layout/logo" android_key="od_logo" />
    after this line
    Quote:
    >


SAMPLE


Available link for download

Read more »