Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 602bbcfc authored by Kshitij's avatar Kshitij
Browse files

fix: Fix more crashes during taskbar edu

parent 84222252
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
    android:forceHasOverlappingRendering="false"
    android:gravity="center"
    android:importantForAccessibility="noHideDescendants"
    android:textColor="?priv-android:attr/textColorOnAccent"
    android:textColor="@android:color/black"
    android:textSize="14sp"
    android:autoSizeTextType="uniform"
    android:autoSizeMaxTextSize="14sp"/>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -74,6 +74,6 @@
            app:layout_constraintEnd_toEndOf="parent"
            android:text="@string/taskbar_edu_next"
            style="@style/TaskbarEdu.Button.Next"
            android:textColor="?androidprv:attr/textColorOnAccent"/>
            android:textColor="@android:color/black"/>
    </androidx.constraintlayout.widget.ConstraintLayout>
</com.android.launcher3.taskbar.TaskbarEduView>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@
        android:layout_height="36dp"
        android:layout_marginTop="32dp"
        android:text="@string/taskbar_edu_done"
        android:textColor="?androidprv:attr/textColorOnAccent"
        android:textColor="@android:color/black"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintTop_toBottomOf="@id/edu_barrier_bottom" />
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ public class SplitInstructionsView extends FrameLayout {
                R.id.split_instructions_text);
        splitInstructionsView.mTextView.setTextColor(
                Themes.getAttrColor(
                        launcher, com.android.internal.R.attr.textColorOnAccent)
                        launcher, android.R.color.black)
        );

        // Since textview overlays base view, and we sometimes manipulate the alpha of each