Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slavipetrov authored Oct 20, 2021
1 parent c203c62 commit a027b45
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,21 @@
![logo](https://raw.githubusercontent.com/dev-labs-bg/fullscreen-video-view/master/logo.png)
===
[![Download](https://api.bintray.com/packages/slavipetrov/maven/fullscreen-video-view/images/download.svg) ](https://bintray.com/slavipetrov/maven/fullscreen-video-view/_latestVersion)
[![Download](https://img.shields.io/maven-central/v/bg.devlabs/fullscreen-video-view?label=download)](https://repo1.maven.org/maven2/bg/devlabs/fullscreen-video-view/)
[![Build Status](https://travis-ci.org/dev-labs-bg/fullscreen-video-view.svg?branch=master)](https://travis-ci.org/dev-labs-bg/fullscreen-video-view)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/5d2c2572dd7b4a2fb5eeabd6c2e18fbc)](https://www.codacy.com/app/slavipetrov/fullscreen-video-view?utm_source=github.com&utm_medium=referral&utm_content=dev-labs-bg/fullscreen-video-view&utm_campaign=Badge_Grade)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

FullscreenVideoView is a custom VideoView Android library which makes loading, setting up and going fullscreen for video views easy.

<img src="https://github.com/dev-labs-bg/fullscreen-video-view/blob/master/preview.gif" width="250" height="445">

Download
===
You can use Gradle:
```gradle
compile 'bg.devlabs.fullscreenvideoview:library:1.1.6'
```
or Maven:
```maven
<dependency>
<groupId>bg.devlabs.fullscreenvideoview</groupId>
<artifactId>library</artifactId>
<version>1.1.6</version>
<type>pom</type>
</dependency>
dependencies {
...
implementation 'bg.devlabs:fullscreen-video-view:1.2.0'
}
```

How to use FullscreenVideoView?
Expand Down

0 comments on commit a027b45

Please sign in to comment.