Archived
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:
@@ -158,7 +158,7 @@ internal class CardAdapter(private var mSubst: List<Subst>, private val prefs: S
|
|||||||
"laa", "laf", "lat" -> "Latin"
|
"laa", "laf", "lat" -> "Latin"
|
||||||
"spa", "spf" -> "Spanish"
|
"spa", "spf" -> "Spanish"
|
||||||
"fra", "frf", "frz" -> "French"
|
"fra", "frf", "frz" -> "French"
|
||||||
"inf" -> "Compsci"
|
"inf" -> "CompSci"
|
||||||
"ges" -> "History"
|
"ges" -> "History"
|
||||||
"rel" -> "Religion"
|
"rel" -> "Religion"
|
||||||
"geg" -> "Geography"
|
"geg" -> "Geography"
|
||||||
|
|||||||
@@ -22,8 +22,6 @@
|
|||||||
android:elevation="0dp"
|
android:elevation="0dp"
|
||||||
app:layout_scrollFlags="scroll|enterAlwaysCollapsed">
|
app:layout_scrollFlags="scroll|enterAlwaysCollapsed">
|
||||||
|
|
||||||
<!-- 84dp-->
|
|
||||||
|
|
||||||
<androidx.constraintlayout.widget.ConstraintLayout
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content">
|
||||||
@@ -33,13 +31,14 @@
|
|||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="16dp"
|
android:layout_marginStart="16dp"
|
||||||
android:layout_marginTop="8dp"
|
|
||||||
android:layout_marginEnd="16dp"
|
android:layout_marginEnd="16dp"
|
||||||
|
android:layout_marginTop="8dp"
|
||||||
android:textColor="@color/colorAccent"
|
android:textColor="@color/colorAccent"
|
||||||
android:textSize="18sp"
|
android:textSize="18sp"
|
||||||
android:fontFamily="@font/manrope_semibold"
|
android:fontFamily="@font/manrope_semibold"
|
||||||
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintTop_toTopOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"/>
|
app:layout_constraintEnd_toEndOf="parent"/>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/toolbarTxt"
|
android:id="@+id/toolbarTxt"
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
<item name="colorControlHighlight">@color/colorAccent</item>
|
<item name="colorControlHighlight">@color/colorAccent</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!-- The launcher theme. It sets the main window background to the launch_screen drawable -->
|
<!-- Launch / splash screen -->
|
||||||
<style name="AppTheme0.Launcher">
|
<style name="AppTheme0.Launcher">
|
||||||
<item name="android:windowBackground">@drawable/launch_screen</item>
|
<item name="android:windowBackground">@drawable/launch_screen</item>
|
||||||
<item name="android:statusBarColor">@android:color/transparent</item>
|
<item name="android:statusBarColor">@android:color/transparent</item>
|
||||||
|
|||||||
Reference in New Issue
Block a user