Changed the way to check if a view is empty, fixed some strings, fixed fastscroller alignment.
This commit is contained in:
parent
450aca9149
commit
8ba0c72037
43 changed files with 185 additions and 204 deletions
|
|
@ -1,9 +0,0 @@
|
|||
package com.kabouzeid.gramophone.interfaces;
|
||||
|
||||
/**
|
||||
* @author Karim Abou Zeid (kabouzeid)
|
||||
*/
|
||||
public interface OnUpdatedListener {
|
||||
|
||||
void onUpdated(SelfUpdating selfUpdating);
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
package com.kabouzeid.gramophone.interfaces;
|
||||
|
||||
/**
|
||||
* @author Karim Abou Zeid (kabouzeid)
|
||||
*/
|
||||
public interface SelfUpdating {
|
||||
|
||||
void setOnUpdatedListener(OnUpdatedListener listener);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue