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
copy AdapterView, AbsSpinner and Gallery from AOSP
copied from tag android-6.0.1_r81 existing GTK based implementation was moved from AbsSpinner to Spinner
This commit is contained in:
@@ -127,7 +127,7 @@ public class ViewGroup extends View implements ViewParent, ViewManager {
|
||||
}
|
||||
|
||||
public void detachViewFromParent(int index) {
|
||||
removeViewAt(index);
|
||||
removeViewInternal(children.get(index));
|
||||
}
|
||||
|
||||
public void attachViewToParent(View view, int index, LayoutParams params) {
|
||||
@@ -367,7 +367,7 @@ public class ViewGroup extends View implements ViewParent, ViewManager {
|
||||
|
||||
public void setClipChildren(boolean clipChildren) {}
|
||||
|
||||
public void dispatchSetPressed(boolean pressed) {}
|
||||
protected void dispatchSetPressed(boolean pressed) {}
|
||||
|
||||
@Override
|
||||
public View findViewWithTag(Object tag) {
|
||||
|
||||
Reference in New Issue
Block a user