Skip to content

Beautiful inspector animation splash Screen for your application.

Notifications You must be signed in to change notification settings

SamranTariq/Luncher_Screen_Inspector_Animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Luncher_Screen_Inspector_Animation

Splash Screen Look like this

Demo_

Put your app logo here

    <ImageView
        android:id="@+id/header"
        android:layout_width="67dp"
        android:layout_height="104dp"
        app:layout_constraintBottom_toBottomOf="@+id/imageView"
        app:layout_constraintEnd_toEndOf="@+id/imageView"
        app:layout_constraintHorizontal_bias="0.623"
        app:layout_constraintStart_toStartOf="@+id/imageView"
        app:layout_constraintTop_toTopOf="@+id/imageView"
        app:layout_constraintVertical_bias="0.362"
        app:srcCompat="@drawable/your_app_logo" />

Change Progress bar color here

res/values/styles.xml

    <style name="RedAccent" parent="ThemeOverlay.AppCompat.Light">
        <item name="colorAccent">#0E0D0D</item>
        <item name="colorControlActivated">#FFFCFC</item>
    </style>

Demo

  • You can download or import this project on Android Studio to see how it's work...

Contribute:

Simple 3 step to contribute into this repo:

  1. Fork the project.
  2. Make required changes and commit.
  3. Generate pull request. Mention all the required description regarding changes you made.

Questions

Ping me on Linked_In Samran Tariq

Best Of Luck

About

Beautiful inspector animation splash Screen for your application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages