Hi,
I used a simple form (ResponsiveGridLayout) within an IconTabBar to display some data. I`ll show the repayment status of a loan by using progress indicator. Unfortunately label and progress indicator are not aligned, it should more in center. What can I do to change it?
Here is the little piece of code:
<core:Title text="Loan Data" />
<Label text="Repayment Status"/>
<ProgressIndicator
title="Repayment Status"
class="sapUiSmallMarginBottom"
width="200px"
height="20px"
percentValue="30"
displayValue="30%"
showValue="true"
state="None" />