Vlad

Results 15 comments of Vlad

Another approach, write in activity class ``` override fun setTitle(title: CharSequence?) { val font = Typeface.createFromAsset(assets, "font/Ubuntu-Medium.ttf") super.setTitle(CalligraphyUtils.applyTypefaceSpan(title, font)) } ```

This works for me ``` ```

Please read `readme` > This library should be able to manage subscription and was designed that way. However, no subscription were made while developing this library hence cannot be marked...

@wiyarmir good job! This is what I was looking for a long time

Now it is more easy ``` kotlinFrontend { npm { } bundle("webpack", delegateClosureOf { }) } ```

The same issue when there are two players which takes turns changing visibility so at once only one is visible and another is gone on the same place of screen...

Any update? Why `0.8.15` is not available?

@fritexvz Sorry but this is a very very bad config) Is there any more secure?

Hi Have look at example It works ``` class MenuListActivity : AppCompatActivity() { lateinit var list: LinearLayout override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) MenuListActivityUI().setContentView(this) addMenuItem("file:///android_asset/index.html", "HTML tests from assets") }...