TextView: implement setTextColor

also uncomment Resources.getCachedColorStateList
This commit is contained in:
Mis012
2023-09-03 12:57:13 +02:00
parent 1e47824a79
commit 897a1e68a4
4 changed files with 31 additions and 5 deletions

View File

@@ -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