Class ResourceTable

java.lang.Object
icyllis.modernui.resources.ResourceTable

public class ResourceTable extends Object
The container and index for all resources defined for an app.
  • Constructor Details

    • ResourceTable

      public ResourceTable()
  • Method Details

    • lookup

      public static int lookup(String pack, String type, String name, boolean onlyPublic)