Anoop S S
Anoop S S
@v-singhal @chrisjenx @njwandroid This issue depends on the `Context` used to get the LayoutInflater instance. In My `PagerAdapter` I was injecting `Context` via Dagger2 which was `ApplicationContext`, and I instantiated...
@redevill are you be setting custom view like this `getSupportActionBar().setCustomView(View);`. If yes check the `Context` you use in the `LayoutInflater` to inflate that custom view.
@redevill If you have multiple activities and you want calligraphy in every activity, best way to do it is create a base activity which all other activities extend and place...
@chrisjenx Sorry I phrased it wrongly. By initialising in `oncreate` of BaseActivity what i meant is to attach to base context. I will correct the previous comment > You have...
Can you please help me understand why is that method required? The way I see it is, EditText is part of the XML hierarchy and can be accessed via `findViewById`...
Changing libraries for a UI component doesn't sound like a common use case. > EditText is outdated ... You should use com.google.android.material.textfield.TextInputEditText I am not sure what you meant by...
@egek92 It should be working for 3rd Party Keyboards as well since it is independent of the keyboard. It checks only the change in height of rootview. It might not...
I am facing same issue with 64bit devices. Did you get any solution?
Hi @nhachicha Thats Right. My concern was there was no option to set Defaualt Serializer in Builder. So I thought instead of just adding a setter method for DefaultSeriazer, it...