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
JavaWidget: add css classes and default_stylesheet.css
This commit is contained in:
@@ -295,6 +295,38 @@ JNIEXPORT void JNICALL Java_android_view_View_native_1setBackgroundDrawable
|
||||
JNIEXPORT void JNICALL Java_android_view_View_native_1queueAllocate
|
||||
(JNIEnv *, jobject, jlong);
|
||||
|
||||
/*
|
||||
* Class: android_view_View
|
||||
* Method: native_addClass
|
||||
* Signature: (JLjava/lang/String;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_view_View_native_1addClass
|
||||
(JNIEnv *, jobject, jlong, jstring);
|
||||
|
||||
/*
|
||||
* Class: android_view_View
|
||||
* Method: native_removeClass
|
||||
* Signature: (JLjava/lang/String;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_view_View_native_1removeClass
|
||||
(JNIEnv *, jobject, jlong, jstring);
|
||||
|
||||
/*
|
||||
* Class: android_view_View
|
||||
* Method: native_addClasses
|
||||
* Signature: (J[Ljava/lang/String;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_view_View_native_1addClasses
|
||||
(JNIEnv *, jobject, jlong, jobjectArray);
|
||||
|
||||
/*
|
||||
* Class: android_view_View
|
||||
* Method: native_removeClasses
|
||||
* Signature: (J[Ljava/lang/String;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_view_View_native_1removeClasses
|
||||
(JNIEnv *, jobject, jlong, jobjectArray);
|
||||
|
||||
/*
|
||||
* Class: android_view_View
|
||||
* Method: native_drawBackground
|
||||
|
||||
Reference in New Issue
Block a user