summaryrefslogtreecommitdiff
path: root/car-qc-lib/res/layout/qc_row_view.xml
diff options
context:
space:
mode:
Diffstat (limited to 'car-qc-lib/res/layout/qc_row_view.xml')
-rw-r--r--car-qc-lib/res/layout/qc_row_view.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/car-qc-lib/res/layout/qc_row_view.xml b/car-qc-lib/res/layout/qc_row_view.xml
index a4af032..9976ac6 100644
--- a/car-qc-lib/res/layout/qc_row_view.xml
+++ b/car-qc-lib/res/layout/qc_row_view.xml
@@ -77,7 +77,7 @@
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:singleLine="true"
- android:textAppearance="@style/TextAppearance.QC.Title"
+ style="@style/TextAppearance.QC.Title"
app:layout_constraintStart_toEndOf="@+id/barrier1"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toTopOf="@+id/qc_summary"
@@ -89,7 +89,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
- android:textAppearance="@style/TextAppearance.QC.Subtitle"
+ style="@style/TextAppearance.QC.Subtitle"
app:layout_constraintStart_toEndOf="@+id/barrier1"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@+id/qc_title"