1 package org.robolectric.res; 2 3 public interface Style { getAttrValue(ResName resName)4 AttributeResource getAttrValue(ResName resName); 5 } 6
1 package org.robolectric.res; 2 3 public interface Style { getAttrValue(ResName resName)4 AttributeResource getAttrValue(ResName resName); 5 } 6