![JAR search and dependency download from the Maven repository](/logo.png)
android.view.ContextThemeWrapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Stub classes to run Android projects in Desktop environment
The newest version!
package android.view;
import android.content.ContextWrapper;
import android.content.res.AssetManager;
public class ContextThemeWrapper extends ContextWrapper {
AssetManager assetManager = new AssetManager();
public AssetManager getAssets() {
return assetManager;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy