Use the new Preference:icon attribute and placeholder for showing icons on the left.
This commit is contained in:
@@ -64,7 +64,7 @@ public class PowerGaugePreference extends Preference {
|
||||
return mInfo;
|
||||
}
|
||||
|
||||
void setIcon(Drawable icon) {
|
||||
void setPowerIcon(Drawable icon) {
|
||||
mIcon = icon;
|
||||
notifyChanged();
|
||||
}
|
||||
|
Reference in New Issue
Block a user