🔒 Closed Guide how to mod messenger lite

Status
Not open for further replies.

Jover24

Honorary Poster
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:orientation="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 1f603.webp:D

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:paddingLeft="@dimen/login_side_padding" android:paddingRight="@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:orientation="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
 
Salamat dito yung sa drawable na ilalagay bali ganito magiging name ng pic example sa #3 bg.png? Salamat boss
 
Status
Not open for further replies.

About this Thread

  • 18
    Replies
  • 1K
    Views
  • 18
    Participants
Last reply from:
PHC-Gmkarutz

Trending Topics

Online now

Members online
333
Guests online
957
Total visitors
1,290

Forum statistics

Threads
2,281,359
Posts
29,003,030
Members
1,225,283
Latest member
intelcore
Back
Top