Guide How To Mod Messenger Lite
Req.
Apk Editor Pro
Brain.apk
And sympre pics na png file gagamitin natin
1. Open apk editor Pro Hanapin si Messenger Lite pag nahanap mo na sya click Full Edit.
Loading.
Mag hintay.
Done!
2. Open res/layout/activity_main.xml "Para san po ito?" Dito naka lagay yong mga conversation , Contact and More.
Ito muna lalagyan natin ng bg.
In this line
<android.support.v4.view.ViewPager android:id="@id/pager" android:background="@color/activity_background" android:layout_width="fill_parent" android:layout_height="fill_parent" />
Sigurado naman ako makikita nyo agad yan. Ok.
Nakikita nyo yong
android:background="@color/activity_background"
Palitan nyo yong @color/activity_background
Gawin nyong @drawable/bg
Then save!
3. Open res/drawable/
Add your image here at dapat pangalan nya bg
take note para maganda ang lapat ng bg nyo gawin nyong size is 450x800 using Photo Editor or whatever you want na alam nyong gamitin pang adjust ng size.
4. Open res/layout/activity_thread.xml "what is this?" Ito yong conversation nyo.
In this code
<?xml version="1.0" encoding="utf-8" ?>
<LinearLayout xmlns:android="You do not have permission to view the full content of this post. Log in or register now." android
rientation="vertical" android:id="@id/activity_thread" android:background="@color/activity_background" android:layout_width="fill_parent" android:layout_height="fill_parent">
Ganun pa rin yong android:background="@color/activity_background"
Yong @color/activity_background
Gawin nyon @drawable/cm
Gawin nyo yan sa lahat ng activity_thread.xml
Meron yan sa layout 11 , 13 , 17
Then save.
5. Open res/drawable/
Add your image here at dapat name nya ay cm
6. Open res/layout/activity_login.xml "what is this?" Natural Log in form

In this code
<?xml version="1.0" encoding="utf-8" ?>
<ScrollView xmlns:android="You do not have permission to view the full content of this post. Log in or register now." android:theme="Style/LoginTheme" android:id="@id/content_view" android:background="@color/white" android
addingLeft="@dimen/login_side_padding" android
addingRight="@dimen/login_side_padding" android:layout_width="fill_parent" android:layout_height="fill_parent" android:fillViewport="true">
Yong
android:background="@color/white"
Change to android:background="@drawable/cm"
Ipapares ko na lang sya sa thread para di mahaba pero kung gusto nyo ibang picture ganun pa rin same process gaya nung mga nauna.
7. Sa layout pa rin tayo open activity_switch_account.xml
<?xml version="1.0" encoding="utf-8" ?>
<LinearLayout xmlns:android="You do not have permission to view the full content of this post. Log in or register now." android
rientation="vertical" android:background="@color/white" android:layout_width="fill_parent" android:layout_height="fill_parent">
Same process lang palitan yong @color/white
Alam nyo na yong susunod na gagawin.
9. Palitan natin ang splash screen open res/drawable
Splash_background.xml
Ito ang laman nyan
<?xml version="1.0" encoding="utf-8" ?>
<layer-list xmlns:android="You do not have permission to view the full content of this post. Log in or register now.">
<item android:drawable="@color/splash_background" />
<item>
<bitmap android:gravity="center" android:src="@drawable/ic_logo_flat" />
</item>
</layer-list>
Yong android:drawable="@color/splash_background"
Kayo bahala kung gusto nyo din palitan ng image ganun pa rin
Ex. "@color/splash_background" ay magiging "@drawable/sp" then add image sa drawable back then save.
10. Build
Req.
Apk Editor Pro
Brain.apk
And sympre pics na png file gagamitin natin
1. Open apk editor Pro Hanapin si Messenger Lite pag nahanap mo na sya click Full Edit.
Loading.
Mag hintay.
Done!
2. Open res/layout/activity_main.xml "Para san po ito?" Dito naka lagay yong mga conversation , Contact and More.
Ito muna lalagyan natin ng bg.
In this line
<android.support.v4.view.ViewPager android:id="@id/pager" android:background="@color/activity_background" android:layout_width="fill_parent" android:layout_height="fill_parent" />
Sigurado naman ako makikita nyo agad yan. Ok.
Nakikita nyo yong
android:background="@color/activity_background"
Palitan nyo yong @color/activity_background
Gawin nyong @drawable/bg
Then save!
3. Open res/drawable/
Add your image here at dapat pangalan nya bg
take note para maganda ang lapat ng bg nyo gawin nyong size is 450x800 using Photo Editor or whatever you want na alam nyong gamitin pang adjust ng size.
4. Open res/layout/activity_thread.xml "what is this?" Ito yong conversation nyo.
In this code
<?xml version="1.0" encoding="utf-8" ?>
<LinearLayout xmlns:android="You do not have permission to view the full content of this post. Log in or register now." android
rientation="vertical" android:id="@id/activity_thread" android:background="@color/activity_background" android:layout_width="fill_parent" android:layout_height="fill_parent">Ganun pa rin yong android:background="@color/activity_background"
Yong @color/activity_background
Gawin nyon @drawable/cm
Gawin nyo yan sa lahat ng activity_thread.xml
Meron yan sa layout 11 , 13 , 17
Then save.
5. Open res/drawable/
Add your image here at dapat name nya ay cm
6. Open res/layout/activity_login.xml "what is this?" Natural Log in form

In this code
<?xml version="1.0" encoding="utf-8" ?>
<ScrollView xmlns:android="You do not have permission to view the full content of this post. Log in or register now." android:theme="Style/LoginTheme" android:id="@id/content_view" android:background="@color/white" android
addingLeft="@dimen/login_side_padding" android
addingRight="@dimen/login_side_padding" android:layout_width="fill_parent" android:layout_height="fill_parent" android:fillViewport="true">Yong
android:background="@color/white"
Change to android:background="@drawable/cm"
Ipapares ko na lang sya sa thread para di mahaba pero kung gusto nyo ibang picture ganun pa rin same process gaya nung mga nauna.
7. Sa layout pa rin tayo open activity_switch_account.xml
<?xml version="1.0" encoding="utf-8" ?>
<LinearLayout xmlns:android="You do not have permission to view the full content of this post. Log in or register now." android
rientation="vertical" android:background="@color/white" android:layout_width="fill_parent" android:layout_height="fill_parent">Same process lang palitan yong @color/white
Alam nyo na yong susunod na gagawin.
9. Palitan natin ang splash screen open res/drawable
Splash_background.xml
Ito ang laman nyan
<?xml version="1.0" encoding="utf-8" ?>
<layer-list xmlns:android="You do not have permission to view the full content of this post. Log in or register now.">
<item android:drawable="@color/splash_background" />
<item>
<bitmap android:gravity="center" android:src="@drawable/ic_logo_flat" />
</item>
</layer-list>
Yong android:drawable="@color/splash_background"
Kayo bahala kung gusto nyo din palitan ng image ganun pa rin
Ex. "@color/splash_background" ay magiging "@drawable/sp" then add image sa drawable back then save.
10. Build
