This tutorial will tech you how to modify your Facebook Lite Background for Android
Requirements
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
Requirements
- Apk Editor Pro
- Pixellab or Picsart for Editing picture
- Select a Photo
- Edit
- then change opacity to 30 or lower
- save as png
- Open Apk Editor
- go to res / drawable
- select mu + sign
- locate the pic you saved
- go to res / lay out / client main activity
- 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" />
- Save
- res / lay out / client main activity
- 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" />
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