Skip to content

Commit

Permalink
Fix on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
turkergoksu committed Feb 2, 2021
1 parent b41b8e9 commit 7f9a28c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Adjustable custom view that can be used for loading screens or welcome pages ins

![intro](screenshots/intro.gif?raw=true)

All the example images are generated from thispersondoesnotexist.com
All the example images are generated from [thispersondoesnotexist.com]()

## 🛠️Setup
#### 1. Add the JitPack repository to your build file.
Expand All @@ -28,8 +28,6 @@ dependencies {


## 🕹️Usage


```xml
<me.turkergoksu.lib.view.SocialOrbitLayout
android:id="@+id/socialOrbitLayout"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class MainActivity : AppCompatActivity() {
mutableListOf(
FloatingImage.Builder()
.setBitmap(BitmapFactory.decodeResource(resources, R.drawable.dummy1))
.setBackgroundColor(Color.parseColor("#2e7fff"))
.setBackgroundColor(Color.parseColor("#7919f7"))
.setSize(70f)
.setLocation(FloatingObjectLocation.CENTER)
.build(),
Expand Down Expand Up @@ -102,7 +102,7 @@ class MainActivity : AppCompatActivity() {
.build(),
)
).build()

binding.socialOrbitLayout.setOrbit(orbit1)
// binding.socialOrbitLayout.setOrbit(orbit2)
}
Expand Down
Binary file modified screenshots/intro.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7f9a28c

Please sign in to comment.