Home

Awesome

Logo PixlUI

Provide few methods for visual elements.

Bitdeli Badge Gittip Android Arsenal JitPackGradle JitPackMaven Travis Stack Share

CheckBox:

Button:

EditText:

AutoCompleteEditText:

Image View:

RelativeLayout:

TextView:

Screenshot

Screen1

Gradle Setup

Compile with one line easy code!


repositories {
    maven {
        url "https://jitpack.io"
    }
}

Compile in the build.gradle file. for X.X.X please refer to the change log.

dependencies{
  compile 'com.github.neopixl:PixlUI:vX.X.X.'
}

Maven Setup

Add Repository

<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>

Add Dependency:

	<dependency>
	    <groupId>com.github.neopixl</groupId>
	    <artifactId>PixlUI</artifactId>
	    <version>v1.0.5</version>
	</dependency>

How use it ?

  1. Add your custom fonts in /assets/fonts/

  2. Define your fonts in styles.xml

    <style name="AppTheme.TextGearedSlab">
        <item name="typeface">GearedSlab.ttf</item>
    </style>


    <style name="AppTheme.TextGearedSlab.t1">
        <item name="android:textSize">12sp</item>
    </style>


    <style name="AppTheme.TextGearedSlab.t2">
        <item name="android:textSize">14sp</item>
    </style>
  1. Use it in XML:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:pixlui="http://schemas.android.com/apk/com.neopixl.pixlui"
    xmlns:tools="http://schemas.android.com/tools" >

    <np.TextView
        style="@style/AppTheme.TextGearedSlab.t1"
        android:id="@+id/textView1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="@string/hello_world"
        pixlui:copyandpaste="false"
        pixlui:clearclipboardcontent="true"/>
</RelativeLayout>

Logo ChangeLog

1.1.2

1.1

1.0.6

1.0.5a (Prerelease)

1.0.5

1.0.4

1.0.3

1.0.2

1.0.1

1.0.0

Logo Application using PixlUI

Flow W-Zup FLASHiZ MeeTincS Wort.lu hb store iBeezi RootCoinExplorer

[Flow] (https://play.google.com/store/apps/details?id=com.metalab.flow) - W-Zup - FLASHiZ - MeeTincS - Wort.lu -
Hypebeast - iBeezi- RootCoinExplorer

Donation

Donation

Copyright

Copyright 2014-2016 Neopixl - Olivier Demolliens

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.