Guest User

Untitled

a guest
Nov 12th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. java.lang.RuntimeException: Unable to start activity ComponentInfo{Activity}: android.view.InflateException: Binary XML file line #73: Binary XML file line #73: You must supply a layout_width attribute.
  2.  
  3. <ImageView
  4. android:id="@+id/animated_logo"
  5. android:layout_width="@dimen/main_logo_size"
  6. android:layout_height="@dimen/main_logo_size"
  7. android:scaleType="fitXY"
  8. android:src="@drawable/logo_n_n" />
Add Comment
Please, Sign In to add comment