You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
Add some more methods needed by NewPipe. Mostly stubs
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package android.widget;
|
||||
|
||||
import android.content.Context;
|
||||
import android.graphics.drawable.Drawable;
|
||||
import android.util.AttributeSet;
|
||||
|
||||
public class ListView extends AbsListView {
|
||||
@@ -13,4 +14,8 @@ public class ListView extends AbsListView {
|
||||
super(context, attributeSet);
|
||||
}
|
||||
|
||||
public int getDividerHeight() {return 0;}
|
||||
|
||||
public Drawable getDivider() {return null;}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user