Archived
Adapter now accepts "type" strings from database and can display information accordingly; app bar title font enlargened
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user