GithubHelp home page GithubHelp logo

Comments (5)

edwinjzph avatar edwinjzph commented on April 28, 2024 4

I solved this issue by
<com.facebook.shimmer.ShimmerFrameLayout
android:forceDarkAllowed="false" >
</com.facebook.shimmer.ShimmerFrameLayout>

from shimmer-android.

julia-black avatar julia-black commented on April 28, 2024

I solved this issue by
<com.facebook.shimmer.ShimmerFrameLayout
android:forceDarkAllowed="false" >
</com.facebook.shimmer.ShimmerFrameLayout>

But this also applies to internal elements.

from shimmer-android.

shreelakshmijoshi avatar shreelakshmijoshi commented on April 28, 2024

Hi @julia-black !
I am a new open source contributor and would like to solve this issue, could you help me understand the issue better by providing some extra references ?
Is this is issue open to contribute ?

from shimmer-android.

rajuhalderin avatar rajuhalderin commented on April 28, 2024

@edwinjzph Thanks it's working for me.

Here is my code

<androidx.constraintlayout.widget.ConstraintLayout
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">

<androidx.recyclerview.widget.RecyclerView
    android:id="@+id/recyclerView"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/gray_5"
    android:layoutAnimation="@anim/layout_anim_2"
    android:visibility="gone" />

<com.facebook.shimmer.ShimmerFrameLayout
    android:id="@+id/shimmer"
    android:forceDarkAllowed="false"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    app:shimmer_auto_start="true"
    tools:targetApi="q">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:orientation="vertical">
        <include layout="@layout/layout_shimmer_placeholder" />
        <include layout="@layout/layout_shimmer_placeholder" />
        <include layout="@layout/layout_shimmer_placeholder" />
        <include layout="@layout/layout_shimmer_placeholder" />
        <include layout="@layout/layout_shimmer_placeholder" />
    </LinearLayout>

</com.facebook.shimmer.ShimmerFrameLayout>

<com.google.android.material.textview.MaterialTextView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_centerInParent="true"
    android:layout_gravity="center"
    android:fontFamily="@font/roboto_thin"
    android:text="@string/label_not_found"
    android:textSize="24sp"
    android:visibility="gone"
    app:layout_constraintBottom_toBottomOf="parent"
    app:layout_constraintEnd_toEndOf="parent"
    app:layout_constraintStart_toStartOf="parent"
    app:layout_constraintTop_toTopOf="parent" />

<com.google.android.material.floatingactionbutton.FloatingActionButton
    android:id="@+id/fabAdd"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_margin="@dimen/activity_horizontal_margin"
    android:contentDescription="@string/app_name"
    android:src="@drawable/ic_baseline_add_24"
    app:layout_constraintBottom_toBottomOf="parent"
    app:layout_constraintEnd_toEndOf="parent" />

</androidx.constraintlayout.widget.ConstraintLayout>

from shimmer-android.

dyj0816 avatar dyj0816 commented on April 28, 2024

我通过 <com.facebook.shimmer.ShimmerFrameLayout android:forceDarkAllowed="false" > </com.facebook.shimmer.ShimmerFrameLayout>解决了这个问题

hero

from shimmer-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.