B4X FEED Exoplayer Controls Color

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: Exoplayer Controls Color است. این موضوع تا کنون 29 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع Exoplayer Controls Color
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
29
پسندها
0
آخرین ارسال توسط PracticalSoft
Jun 6, 2020
11,559
4,422
Does anyone know how to change the color of Exoplayer controls like play, pause, previous, next, duration, etc.?

Now, with the latest version, the controls stay in white color with blanck background, despite what I add into the manifest. I know how to change the background color with

Dim r As Reflector
r.Target = SimpleExoPlayerView1
Dim controller As B4XView = r.GetField("controller")
controller.GetView(0).Color = xui.Color_Green

I wish I can do the same with the controls, not only background. What will be the field name, if possible. For the background, thanks to Erel, it's "controller".

Thank you for your help.

 

عقب
بالا