Adapter now accepts "type" strings from database and can display information accordingly; app bar title font enlargened

This commit is contained in:
Deniz Düzgören
2019-09-13 12:03:14 +02:00
parent 78dd498a63
commit bf52312d99
13 changed files with 98 additions and 58 deletions
+3 -4
View File
@@ -32,9 +32,9 @@
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
android:layout_marginTop="8dp"
android:layout_marginTop="12dp"
android:textColor="@color/colorAccent"
android:textSize="18sp"
android:textSize="20sp"
android:fontFamily="@font/manrope_semibold"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
@@ -48,8 +48,7 @@
android:fontFamily="@font/manrope_extrabold"
android:text="@string/appName"
android:textColor="@color/colorAccent"
android:textSize="24sp"
android:singleLine="true"
android:textSize="28sp"
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
android:layout_marginTop="4dp"