REQUEST How to hide master search

simxtembox

Member
Joined
Feb 27, 2023
Messages
64
Awards
2
Offline
Greetings colleagues, someone who can hide the master search button without it highlighting since I have deleted the button in png and it continuesIMG_20240313_153442.jpg
 

Wizapk

Well-known member
Joined
Oct 11, 2021
Messages
284
Awards
4
Offline
Look in res/layout/new_dashboard_layout_without_freetrial.xml and search for "ll_search" and replace with android:visibility="gone" under the <RelativeLayout
 

simxtembox

Member
Joined
Feb 27, 2023
Messages
64
Awards
2
Offline
Look in res/layout/new_dashboard_layout_without_freetrial.xml and search for "ll_search" and replace with android:visibility="gone" under the <RelativeLayout
Thanks friend, I'll approve it
 

simxtembox

Member
Joined
Feb 27, 2023
Messages
64
Awards
2
Offline
Look in res/layout/new_dashboard_layout_without_freetrial.xml and search for "ll_search" and replace with android:visibility="gone" under the <RelativeLayout
friend, I looked for it as you told me but it's gone I don't know if you help me a little pleaseIMG_20240313_161346.jpg
 

G-man

Well-known member
Top Poster Of Month
Joined
Apr 16, 2021
Messages
1,895
Awards
4
Online
to do edits in smarters requires you to jump through hoops a little as its designed for multi devices , just edit one files does not work
decompile the apk and search the entire apk for "ll_search" you are looking for hits in any of the layout folders
you have to set gone for each instance
When ever i see someone posing that they want to hide or remove the search option I know they want to hide it because it does not work ?
reason for this is its been editted incorrect , sure sign in smarters is search is knackered .
you must use MT manager or android studio , i think you are using MT but who ever you got this app from has already broken it.
 

simxtembox

Member
Joined
Feb 27, 2023
Messages
64
Awards
2
Offline
to do edits in smarters requires you to jump through hoops a little as its designed for multi devices , just edit one files does not work
decompile the apk and search the entire apk for "ll_search" you are looking for hits in any of the layout folders
you have to set gone for each instance
When ever i see someone posing that they want to hide or remove the search option I know they want to hide it because it does not work ?
reason for this is its been editted incorrect , sure sign in smarters is search is knackered .
you must use MT manager or android studio , i think you are using MT but who ever you got this app from has already broken it.
Maybe you know how to hide it...???
 

G-man

Well-known member
Top Poster Of Month
Joined
Apr 16, 2021
Messages
1,895
Awards
4
Online
Maybe you know how to hide it...???
Yes m8 as i mentioned above you need to go through all the layout files in res/layout and set visability to gone in all files there are a few
but thats Smarters for you. there are 18 layout folders in res folder so you have to go through these one at a time and find the files starting with new_dashboard_layout
some folders will not contain any but some can contain up to seven files to edit its a bit of work
but search will be hidden on all devices
Screenshot 2024-03-13 231651.jpg
 

simxtembox

Member
Joined
Feb 27, 2023
Messages
64
Awards
2
Offline
Yes m8 as i mentioned above you need to go through all the layout files in res/layout and set visability to gone in all files there are a few
but thats Smarters for you. there are 18 layout folders in res folder so you have to go through these one at a time and find the files starting with new_dashboard_layout
some folders will not contain any but some can contain up to seven files to edit its a bit of work
but search will be hidden on all devices
View attachment 9190
Do you know if it worked for me, it was hidden in the TV boxes, but on the cell phone I'm not going to continue testing yet.
 

KingPegasus

Well-known member
Joined
Jun 18, 2021
Messages
715
Awards
3
Offline
Do you know if it worked for me, it was hidden in the TV boxes, but on the cell phone I'm not going to continue testing yet.
If you searched on forum you would know there's different layouts for smarters. Mobile and TV versions.
 
Top