implement android.widget.Spinner using GtkDropDown

Helper classes from ListView implementation are reused. The declarations
have been moved to a new header file AdaperView.h
This commit is contained in:
Julian Winkler
2024-03-20 22:14:34 +01:00
parent dda3063e79
commit 7ee4effb86
7 changed files with 382 additions and 17 deletions

View File

@@ -114,6 +114,7 @@ libtranslationlayer_so = shared_library('translation_layer_main', [
'src/api-impl-jni/widgets/WrapperWidget.c',
'src/api-impl-jni/widgets/android_view_SurfaceView.c',
'src/api-impl-jni/widgets/android_widget_AbsListView.c',
'src/api-impl-jni/widgets/android_widget_AbsSpinner.c',
'src/api-impl-jni/widgets/android_widget_Button.c',
'src/api-impl-jni/widgets/android_widget_CheckBox.c',
'src/api-impl-jni/widgets/android_widget_CompoundButton.c',