I want to split two widget within LayoutLinear , both TextView .
If I use "orientation=" horizontal " and TextView use the android:layout_weight="1"
attribute, the widgets are split on screen at a 50% one!
So my question is:
Is there any way to split these two widgets on screen in different proportions? such as 20% of the screen for one and 80% for the other?
This without using ready-made measures for example, the screen has 300px, so I determined that one will have 100px and the other 200px