REQUEST Smarters 3 Master Search Removal

AlanDogg

New member
Joined
Dec 13, 2022
Messages
3
Awards
1
Offline
Hi,
Can anyone tell me how to remove the master search in smarters 3 please?

Thanks
 

G-man

Well-known member
Top Poster Of Month
Joined
Apr 16, 2021
Messages
1,896
Awards
4
Offline
i think the only reason you would want to remove the search is beacuse it is broken ? if so the damage was done by someone using the wrong tool to edit ,some versions of smarters v3 inisted you used MT manager else search would break
I think someone will know how to remove it on here but its not normally asked but anyway good luck
 

Iptvayr

Member
Joined
Apr 27, 2021
Messages
30
Awards
1
Offline
As G-man mentioned I am too baffled why you'd want to remove the search.

Advice - Search for
android:id="@id/ll_search"
In res layouts
Remove the Section relating to ll_search in all layout xml layout files.
 

JEMUMAN

Well-known member
Joined
Mar 16, 2023
Messages
559
Awards
4
Offline
send me your app ill remove it for you
 

JEMUMAN

Well-known member
Joined
Mar 16, 2023
Messages
559
Awards
4
Offline
i think the only reason you would want to remove the search is beacuse it is broken ? if so the damage was done by someone using the wrong tool to edit ,some versions of smarters v3 inisted you used MT manager else search would break
I think someone will know how to remove it on here but its not normally asked but anyway good luck
somtimes too the date and time cover the master search too
 

jebon

Well-known member
Joined
May 23, 2021
Messages
114
Awards
3
Offline
As G-man mentioned I am too baffled why you'd want to remove the search.

Advice - Search for
android:id="@id/ll_search"
In res layouts
Remove the Section relating to ll_search in all layout xml layout files.
how about VPN sir? i want to remove vpnScreenshot_20240221_222644.jpg
 

JEMUMAN

Well-known member
Joined
Mar 16, 2023
Messages
559
Awards
4
Offline
<androidx.cardview.widget.CardView android:id="@id/cv_vpn" android:tag="17" android:focusable="true" android:visibility="visible" android:layout_width="0.0dip" android:layout_height="160.0dip" android:layout_weight="1.0" android:layout_marginStart="10.0dip" android:layout_marginEnd="5.0dip" app1:cardBackgroundColor="@android:color/transparent" app1:cardCornerRadius="1.0dip" app1:cardElevation="10.0dip" app1:cardUseCompatPadding="true">

<LinearLayout android:gravity="center" android:eek:rientation="vertical" android:id="@id/ll_vpn" android:background="@drawable/ripple_white" android:layout_width="fill_parent" android:layout_height="fill_parent">

<ImageView android:id="@id/iv_vpn" android:layout_width="40.0sp" android:layout_height="40.0sp" android:src="@drawable/settings_vpn" />

<TextView android:textSize="14.0sp" android:textColor="@color/white" android:gravity="center" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="10.0sp" android:text="VPN" />

</LinearLayout>
 

jebon

Well-known member
Joined
May 23, 2021
Messages
114
Awards
3
Offline
<androidx.cardview.widget.CardView android:id="@id/cv_vpn" android:tag="17" android:focusable="true" android:visibility="visible" android:layout_width="0.0dip" android:layout_height="160.0dip" android:layout_weight="1.0" android:layout_marginStart="10.0dip" android:layout_marginEnd="5.0dip" app1:cardBackgroundColor="@android:color/transparent" app1:cardCornerRadius="1.0dip" app1:cardElevation="10.0dip" app1:cardUseCompatPadding="true">

<LinearLayout android:gravity="center" android:eek:rientation="vertical" android:id="@id/ll_vpn" android:background="@drawable/ripple_white" android:layout_width="fill_parent" android:layout_height="fill_parent">

<ImageView android:id="@id/iv_vpn" android:layout_width="40.0sp" android:layout_height="40.0sp" android:src="@drawable/settings_vpn" />

<TextView android:textSize="14.0sp" android:textColor="@color/white" android:gravity="center" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="10.0sp" android:text="VPN" />

</LinearLayout>
need to remove all this sir?
 

JEMUMAN

Well-known member
Joined
Mar 16, 2023
Messages
559
Awards
4
Offline
theres 2 u have to change for moblie and tv you will see theres 2 got to just both
 
Top