android - Unable to find Custom Style -
one of xml files not find attributes definied in style. think style correct, works other files. not single style work. says need define layout_width , layout_height attributes, did in style. i think it's simpler give 1 example. if need whole xml file, no problem. <relativelayout style="@style/relativelayout_multiplechoicefrage_aufloesung_content" > <style name="relativelayout_multiplechoicefrage_aufloesung_content"> <item name="android:layout_width">match_parent</item> <item name="android:layout_height">wrap_content</item> <item name="android:orientation">vertical</item> <item name="android:layout_marginleft">@dimen/frage_content_marginleft</item> <item name="android:layout_marginright">@dimen/frage_content_marginright</item> </style> i cleaned project, didn't work. hopefully can find solution. ...