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"
+1 -1
View File
@@ -19,6 +19,6 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
app:layout_constraintTop_toTopOf="parent"/>
</androidx.constraintlayout.widget.ConstraintLayout>
+2 -1
View File
@@ -5,7 +5,8 @@
android:layout_height="match_parent"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:background="@color/colorBackground">
android:background="@color/colorBackground"
android:animateLayoutChanges="true">
<LinearLayout
android:layout_width="match_parent"
+3
View File
@@ -153,4 +153,7 @@
<string name="forcedRefreshTimes">Aktualisierungszeiten wurden gelöscht</string>
<string name="forceRefreshTxt">Erzwinge eine Aktualisierung</string>
<string name="forceRefreshTxt2">Nutz dies falls du Plan oder Speisemenü nicht sehen kannst</string>
<string name="noSPlan">\' Plan</string>
<string name="SPlan">s Plan</string>
</resources>
+3
View File
@@ -166,4 +166,7 @@
<string name="forcedRefreshTimes">Cleared refresh times</string>
<string name="forceRefreshTxt">Force a refresh</string>
<string name="forceRefreshTxt2">Use this if you can\'t see the plan or food menu</string>
<string name="noSPlan">\' Plan</string>
<string name="SPlan">\'s Plan</string>
</resources>