Greetings friend, "open the xml on the left side and define where php can be found in the panel" how can I identify where to place the panel's php path? In my case I cannot or do not know how to identify it since it is not as simple as writing it verbatim, I leave you an image of how it appears in the app:I didn't get the app from here, but directly from @jaxe who created this app.
tmdb setting:
*** Hidden text: cannot be quoted. ***
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@id/exo_ad_overlay"
android:background="#00000000"
android:focusable="true"
android:clickable="true"
android:layout_width="@dimen/_240sdp"
android:layout_height="@dimen/_110sdp"
android:layout_marginTop="@dimen/_10sdp"
app:layout_constraintStart_toStartOf="@id/ly_live"
app:layout_constraintTop_toBottomOf="@id/ly_live">
<com.rtx.smar4.web.RTXAdsView
android:layout_gravity="center"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitXY" />
<ImageView
android:id="@id/image_logo"
android:visibility="visible"
android:layout_width="@dimen/_34sdp"
android:layout_height="@dimen/_14sdp"
android:layout_marginTop="@dimen/_4sdp"
android:src="@drawable/home_logo"
android:layout_marginEnd="@dimen/_4sdp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
I would greatly appreciate your help.
Post automatically merged:
I have used it, but both ADS spaces at startup remain loaded, I cannot configure them in any way.User adil has also posted a suitable panel here.
Post automatically merged:
Last edited: