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"
|
||||
|
||||
@@ -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>
|
||||
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user