Fixed computer science not being tinted due to a spelling mistake; fixed greeting text label not obeying the right margin and clipping near the right side of the toolbar

This commit is contained in:
Deniz Düzgören
2019-09-12 16:55:49 +02:00
parent 81b4c04159
commit 78dd498a63
3 changed files with 5 additions and 6 deletions
+3 -4
View File
@@ -22,8 +22,6 @@
android:elevation="0dp"
app:layout_scrollFlags="scroll|enterAlwaysCollapsed">
<!-- 84dp-->
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
@@ -33,13 +31,14 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="16dp"
android:layout_marginTop="8dp"
android:textColor="@color/colorAccent"
android:textSize="18sp"
android:fontFamily="@font/manrope_semibold"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent"/>
app:layout_constraintEnd_toEndOf="parent"/>
<TextView
android:id="@+id/toolbarTxt"