What's new

Closed Mod fb lite background no error 1000% works

Status
Not open for further replies.

PHTUNNELER

Forum Guru
Joined
Jul 12, 2018
Posts
1,596
Reaction
14,265
Points
1,884
Age
23
requirements
-pixelab
-apk editor pro
-fb lite version 45.0.0. 8.70 (working dito yan)
-utak

steps
1.punta ka sa pixelab tapos click mo yung parang dalawang papel yubg parang logo ng copy tapos click mo yung transparent tapos import mo yung picture na gusto mong i background then hanapin mo si opacity at hinaan mo lang yung pag ka transparent niya then save mo na

2.punta ka kay apk editor pro then click si fb lite then full edit ang piliin then

3.goto res/layout/clientmain_activity.xml

add this code:

<ImageView
android:background="@drawable/yourpng"
android:layout_height="fill_parent"
android:layout_width="fill_parent" />

below this code:

<ViewStub android:id="@id/startup_progress_screen_stub" android:layout="@layout/startup_progress_screen" android:inflatedId="@id/startup_progress_view" android:layout_width="fill_parent" android:layout_height="fill_parent" />

4.punta ka sa drawable click yung + tapos add mo yung edit mo kanina then kung ano yung name nung pic yun yung ilagay mo sa yourpng:):):) then save

then build

-tunneler
 
Last edited by a moderator:
Hunghang. Kahit i search yan, kapag nageexist yung ganyan, may lalabas at lalabas dyan kid
mali ka po hindi na se search ang folder sa apk editor mga laman ng file lang ang na se search dun wag kanang makipag talo lagi akong nag eedit ng app kaya alam ko na ang galawan sa apk editor pro
 
res/layout/clientmain_activity.xml.tmp:0: error: Resource entry clientmain_activity is already defined.
res/layout/clientmain_activity.xml:0: Originally defined here.

/data/data/com.gmail.heagoo.apkeditor.pro/files/decoded/res/layout/clientmain_activity.xml:3: error: Error parsing XML: not well-formed (invalid token)

/data/data/com.gmail.heagoo.apkeditor.pro/files/decoded/res/layout/clientmain_activity.xml.tmp:3: error: Error parsing XML: not well-formed (invalid token)
 
Status
Not open for further replies.
Back
Top