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 methods needed for androidx dialogs
This commit is contained in:
@@ -15,4 +15,12 @@ public abstract class AbsListView extends AdapterView {
|
||||
|
||||
public void setChoiceMode(int choiceMode) {}
|
||||
|
||||
public void setOnScrollListener(OnScrollListener onScrollListener) {}
|
||||
|
||||
public void setAdapter(ListAdapter adapter) {}
|
||||
|
||||
public void setItemChecked(int position, boolean value) {}
|
||||
|
||||
public interface OnScrollListener {}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user