Small fixes, also added empty text to playlist fragment and detail viewer.
This commit is contained in:
parent
598d5f6623
commit
7055b443fb
14 changed files with 52 additions and 20 deletions
|
|
@ -1,7 +1,7 @@
|
|||
package com.kabouzeid.gramophone.views;
|
||||
|
||||
import android.content.Context;
|
||||
import android.support.v7.internal.widget.TintCheckBox;
|
||||
import android.support.v7.internal.widget.TintEditText;
|
||||
import android.util.AttributeSet;
|
||||
|
||||
import com.afollestad.materialdialogs.ThemeSingleton;
|
||||
|
|
@ -10,7 +10,7 @@ import com.afollestad.materialdialogs.internal.MDTintHelper;
|
|||
/**
|
||||
* @author Aidan Follestad (afollestad)
|
||||
*/
|
||||
public class DynamicEditText extends TintCheckBox {
|
||||
public class DynamicEditText extends TintEditText {
|
||||
|
||||
public DynamicEditText(Context context) {
|
||||
super(context);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue