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:
@@ -22,8 +22,6 @@
|
||||
android:elevation="0dp"
|
||||
app:layout_scrollFlags="scroll|enterAlwaysCollapsed">
|
||||
|
||||
<!-- 84dp-->
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
@@ -33,13 +31,14 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:textColor="@color/colorAccent"
|
||||
android:textSize="18sp"
|
||||
android:fontFamily="@font/manrope_semibold"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"/>
|
||||
app:layout_constraintEnd_toEndOf="parent"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/toolbarTxt"
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<item name="colorControlHighlight">@color/colorAccent</item>
|
||||
</style>
|
||||
|
||||
<!-- The launcher theme. It sets the main window background to the launch_screen drawable -->
|
||||
<!-- Launch / splash screen -->
|
||||
<style name="AppTheme0.Launcher">
|
||||
<item name="android:windowBackground">@drawable/launch_screen</item>
|
||||
<item name="android:statusBarColor">@android:color/transparent</item>
|
||||
|
||||
Reference in New Issue
Block a user