diff --git a/modules/mogo-module-v2x/src/main/res/layout/item_v2x_fault_help.xml b/modules/mogo-module-v2x/src/main/res/layout/item_v2x_fault_help.xml index f8a664ecf6..0cd149aba3 100644 --- a/modules/mogo-module-v2x/src/main/res/layout/item_v2x_fault_help.xml +++ b/modules/mogo-module-v2x/src/main/res/layout/item_v2x_fault_help.xml @@ -82,10 +82,10 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginEnd="@dimen/dp_30" - android:fontFamily="sans-serif-condensed-medium" android:gravity="center_vertical" android:textColor="#FFF" android:textSize="@dimen/dp_80" + android:textStyle="bold" app:layout_constraintBottom_toBottomOf="@+id/ivFaultHelpEventCall" app:layout_constraintEnd_toStartOf="@+id/ivFaultHelpEventCall" app:layout_constraintTop_toTopOf="@+id/ivFaultHelpEventCall" diff --git a/modules/mogo-module-v2x/src/main/res/layout/window_fatigue_driving.xml b/modules/mogo-module-v2x/src/main/res/layout/window_fatigue_driving.xml index 8c230a983c..23efbbf041 100644 --- a/modules/mogo-module-v2x/src/main/res/layout/window_fatigue_driving.xml +++ b/modules/mogo-module-v2x/src/main/res/layout/window_fatigue_driving.xml @@ -21,9 +21,10 @@