I have container with seven views inside:
<View class="container>
<Button class="day"/>
<Button class="day"/>
<Button class="day"/>
<Button class="day"/>
<Button class="day"/>
<Button class="day"/>
<Button class="day"/>
</View>
Is it possible to set width of buttons to 1/7 of container width in *.tss or *.xml without using postlayout event? With four views I can simply specify 25%
, but with 14.285714285%
for seven sum of view width become more then 100%.