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
copy AutoCompleteTextView from AOSP
copied from main branch (frameworks/base commit 72ea9148bc619515a649cec9029136e42b342d9b)
This commit is contained in:
@@ -17,6 +17,11 @@ public class ContextThemeWrapper extends ContextWrapper {
|
||||
setTheme(themeResId);
|
||||
}
|
||||
|
||||
public ContextThemeWrapper(Context context, Resources.Theme theme) {
|
||||
super(context);
|
||||
this.theme = theme;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setTheme(int resid) {
|
||||
if (theme == null) {
|
||||
|
||||
Reference in New Issue
Block a user