Clean up gradle packages. Fixes #119

This commit is contained in:
Franze Jr 2015-12-12 16:17:08 -03:00
parent e1c979507a
commit 5ae22e3d25
3 changed files with 3 additions and 11 deletions

View file

@ -61,10 +61,6 @@ dependencies {
// Icons
compile 'com.mikepenz:fontawesome-typeface:4.4.0.1@aar'
compile 'com.rengwuxian.materialedittext:library:2.1.4'
// Instant Layout Changing w/o recompile
compile 'com.github.mmin18.layoutcast:library:1.+@aar'
// Changelog Fragment, minSDK 17
compile 'com.github.porokoro.paperboy:paperboy:2.1.0'
@ -94,7 +90,6 @@ dependencies {
android {
compileSdkVersion 23
//buildToolsVersion "23.0.0-rc2"
buildToolsVersion "23.0.1"
lintOptions {

View file

@ -11,15 +11,14 @@
android:layout_marginRight="10dip"
android:orientation="horizontal">
<com.rengwuxian.materialedittext.MaterialEditText
<EditText
android:id="@+id/editText"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="8"
android:hint="Add Tag"
app:met_floatingLabel="normal" />
android:hint="Add Tag" />
<Button
android:id="@+id/btnAdd"

View file

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
@ -17,14 +16,13 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.rengwuxian.materialedittext.MaterialEditText
<EditText
android:id="@+id/edit.new.message.text"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:hint="Write Message"
app:met_floatingLabel="normal"
android:layout_weight="1" />
<Button