misc stubs for OctoDroid version 4.6.12

This commit is contained in:
Julian Winkler
2024-10-04 16:15:44 +02:00
parent 9f728c77f9
commit 0627ae7e54
5 changed files with 15 additions and 1 deletions

View File

@@ -60,4 +60,8 @@ public abstract class CompoundButton extends Button implements Checkable {
public Drawable getButtonDrawable() {
return button_drawable;
}
public ColorStateList getButtonTintList() {
return null;
}
}

View File

@@ -20,5 +20,7 @@ public class EdgeEffect extends View {
public boolean isFinished() {return true;}
public void onRelease() {}
public void onAbsorb(int velocity) {}
public int getColor() {return 0;}
public void setColor(int color) {}
}