RelativeLayout: copy AOSP implementation

As we already support custom ViewGroups, there is no need to reimplement
this highly complex class.
This commit is contained in:
Julian Winkler
2023-09-01 13:18:02 +02:00
parent 9ad77d5b62
commit a35879c633
4 changed files with 1673 additions and 283 deletions

View File

@@ -74,7 +74,6 @@ libtranslationlayer_so = shared_library('translation_layer_main', [
'src/api-impl-jni/widgets/android_widget_Button.c',
'src/api-impl-jni/widgets/android_widget_EditText.c',
'src/api-impl-jni/widgets/android_widget_ImageButton.c',
'src/api-impl-jni/widgets/android_widget_RelativeLayout.c',
'src/api-impl-jni/widgets/android_widget_ScrollView.c',
'src/api-impl-jni/widgets/android_opengl_GLSurfaceView.c',
'src/api-impl-jni/widgets/android_widget_ImageView.c',