diff --git a/app/src/main/res/layout/fragment_settings.xml b/app/src/main/res/layout/fragment_settings.xml index a97b350..3cd76e9 100644 --- a/app/src/main/res/layout/fragment_settings.xml +++ b/app/src/main/res/layout/fragment_settings.xml @@ -1,6 +1,7 @@ @@ -73,12 +74,12 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="16dp" - android:text="v1.0.0" android:textAppearance="?attr/textAppearanceBodySmall" android:textColor="?attr/colorOutline" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toBottomOf="@id/logoutButton" /> + app:layout_constraintTop_toBottomOf="@id/logoutButton" + tools:text="v1.0.0" /> \ No newline at end of file