You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.
I think it would be nice to have inheritance for generated DSL views.
Example
We have two views to be generated: android.widget.TextView and android.widget.EditText. If we look into EditText hierarchy we will see that it inherited from TextView. So, to follow it and in order to memory usage it will be good to make next:
Idea
I think it would be nice to have inheritance for generated DSL views.
Example
We have two views to be generated:
android.widget.TextView
andandroid.widget.EditText
. If we look intoEditText
hierarchy we will see that it inherited fromTextView
. So, to follow it and in order to memory usage it will be good to make next:The text was updated successfully, but these errors were encountered: