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
TextView: implement setTextColor
also uncomment Resources.getCachedColorStateList
This commit is contained in:
@@ -231,6 +231,14 @@ JNIEXPORT void JNICALL Java_android_widget_TextView_native_1setText
|
||||
JNIEXPORT void JNICALL Java_android_widget_TextView_setTextSize
|
||||
(JNIEnv *, jobject, jfloat);
|
||||
|
||||
/*
|
||||
* Class: android_widget_TextView
|
||||
* Method: native_setTextColor
|
||||
* Signature: (I)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_widget_TextView_native_1setTextColor
|
||||
(JNIEnv *, jobject, jint);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user