|
|
|
@ -4,7 +4,7 @@ |
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
android:id="@+id/rowHeaderTitleAmount.container" |
|
|
|
android:id="@+id/rowHeaderTitleAmount.container" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="48dp" |
|
|
|
android:orientation="vertical"> |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout |
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout |
|
|
|
@ -19,7 +19,6 @@ |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="16dp" |
|
|
|
android:layout_marginTop="16dp" |
|
|
|
android:layout_marginBottom="16dp" |
|
|
|
android:layout_marginBottom="16dp" |
|
|
|
android:fontFamily="@font/roboto_medium" |
|
|
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
app:layout_constraintStart_toStartOf="@+id/guidelineStart" |
|
|
|
app:layout_constraintStart_toStartOf="@+id/guidelineStart" |
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
@ -34,7 +33,6 @@ |
|
|
|
android:layout_marginTop="16dp" |
|
|
|
android:layout_marginTop="16dp" |
|
|
|
android:layout_marginBottom="16dp" |
|
|
|
android:layout_marginBottom="16dp" |
|
|
|
android:ellipsize="end" |
|
|
|
android:ellipsize="end" |
|
|
|
android:fontFamily="@font/roboto_medium" |
|
|
|
|
|
|
|
android:gravity="end" |
|
|
|
android:gravity="end" |
|
|
|
android:maxLines="1" |
|
|
|
android:maxLines="1" |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|