xubiubiu
xubiubiu
try this. ```java XmlPullParser xpp = getResources().getXml(R.xml.alpha_movie_view_xml); try { xpp.next(); xpp.nextTag(); } catch (Exception e) { e.printStackTrace(); } AttributeSet attr = Xml.asAttributeSet(xpp); Log.i("attr count ",attr.getAttributeCount()+""); final AlphaMovieView alpha = new...
@VictoriaBentell hi, I'm using a GTX 1080 too. And when i run train1.py with queue, its stuck.Is this normal?