FB Lite Background Mod

syndicate

Geek
Pinoy Techie
This tutorial will tech you how to modify your Facebook Lite Background for Android

Requirements
  • Apk Editor Pro
  • Pixellab or Picsart for Editing picture
Photo Editing Steps
  1. Select a Photo
  2. Edit
  3. then change opacity to 30 or lower
  4. save as png
Apk Editor Steps
  1. Open Apk Editor
  2. go to res / drawable
  3. select mu + sign
  4. locate the pic you saved
  5. go to res / lay out / client main activity
  6. then add this codes below the c <frame lay out>
    Code:
    <View android:background="@drawable/Yun Pic mu na low opacity" android:layout_width="fill_parent" android:layout_height="fill_parent" />
  7. Save
    b93bpGE.jpg
Bonus Tutorial Running Text
  1. res / lay out / client main activity
  2. add this codes in line 3
    Code:
    <TextView android:textSize="12.0dip" android:typeface="normal" android:textStyle="bold" android:textColor="#ffff0000" android:ellipsize="marquee" android:gravity="center" android:background="#ff000000" android:focusable="true" android:focusableInTouchMode="true" android:layout_width="fill_parent" android:layout_height="17.0dip" android:layout_marginLeft="0.0dip" android:layout_marginRight="0.0dip" android:text="ERROR 404 * MY LIFE IS NOT FOUND * No One Better THAN YOU * Your my 1 En Only Girl in my LIFE * I Love You So Much * Arlene Bustamante * ERROR 404 * MY LIFE IS NOT FOUND * No One Better THAN YOU * Your my 1 En Only Girl in my LIFE * I Love You So Much * Arlene Bustamante *" android:scrollHorizontally="true" android:singleLine="true" android:freezesText="false" android:layout_alignParentTop="true" android:marqueeRepeatLimit="marquee_forever" />

    5HvQQEE.jpg

IF you want more app mods you can visit the app and software section. Thats it drop a like of comment if you like it
 

Similar threads


Top Bottom