Is it possible to set a project default for width and height of ALL xml views? 80% of items in my xmls have:
android:layout_width="match_parent"
android:layout_height="wrap_content"
Why not set that as the default and only specify where it is different. Would that be possible?