Git Product home page Git Product logo

squareimageview's Introduction

logo

SquareImageView

Description

Simple wrapper library for Android ImageView. If you need an always square or rectangular Imageview, SquareImageView is for you.

demo1 demo1


How to use SquareImageView?

Square shaped ImageView

From xml:

    <com.theophrast.ui.widget.SquareImageView
	     android:layout_width="match_parent"
	     android:layout_height="0dp"
	     android:scaleType="centerCrop"
	     android:src="@drawable/profile_01" />

Check the sample for more details.

Different ratios

For a rectangular shaped ImageView, set the hwRatio (height:width ratio) :

demo1

    <com.theophrast.ui.widget.SquareImageView
        android:layout_width="120dp"
        android:layout_height="0dp"
        android:scaleType="centerCrop"
        android:src="@drawable/img_02"
        app:hwRatio="0.6" />

Gradle dependency

Add it in your root build.gradle at the end of the repositories:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

In your project level's build.gradle:

dependencies {
	...
	compile 'com.github.Theophrast:SquareImageView:1.0.1'
}

License

Copyright 2017 Janos Jakub

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

squareimageview's People

Contributors

theophrast avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

squareimageview's Issues

Issue when we try to compile

Hello,
Thanks for your library. Hope you're well!
I tested your library for my android app. When I add "com..." on gradle it works fine but once I try to compile my app, it doesn't work. Can you help me please to resolve this issue ?

Note: There is a cross displayed in the compilation icon, so it is impossible to compile.

Unintended margin around the imageview

I wanted the image to be edge to edge of the screen {width: match_parent} but when I used your library I am having margins/padding/white space of about 4dp around the imageview. I tried adding negative margin and padding but it doesn't work.

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.