Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different colors on Preview and runtime. #38

Open
Imadlekal opened this issue Aug 4, 2022 · 1 comment
Open

Different colors on Preview and runtime. #38

Imadlekal opened this issue Aug 4, 2022 · 1 comment

Comments

@Imadlekal
Copy link

Imadlekal commented Aug 4, 2022

The tab type is not working properly. The white dots are showing differently after compiling.

Preview:

studio64_m4ateqIntO

After compiling the app:

qemu-system-i386_x6yaaV4Bcm

@Imadlekal
Copy link
Author

Imadlekal commented Aug 4, 2022

I also noticed the following behaviors with API 24 and 26:

  • Progress type not showing properly:
    qemu-system-i386_erT3UOv8fd

  • Fleet type is simply invisible unless I run it on a higher API.

This is the XML:

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent">



    <com.aceinteract.android.stepper.StepperNavigationView
        android:id="@+id/stepper"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_below="@id/toolbar"

        android:visibility="visible"
        app:layout_constraintEnd_toEndOf="@+id/toolbar"
        app:layout_constraintStart_toStartOf="@+id/toolbar"
        app:layout_constraintTop_toBottomOf="@+id/toolbar"
        app:stepperItems="@menu/stepper_menu"
        app:stepperTextColor="@color/white"
        app:stepperType="progress"
        app:stepperWidgetColor="@color/purple_300" />

It's the same as above. Everything seem fine in the preview, but once I compile the app, these glitches start to show.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant