Avoid layout inflation problem

Cannot inflate layouts if they have <merge> tags:
FATAL EXCEPTION: main
android.view.InflateException: <merge /> can be used only with a valid ViewGroup root and attachToRoot=true
	at android.view.LayoutInflater.inflate(LayoutInflater.java:455)
	at android.view.LayoutInflater.inflate(LayoutInflater.java:396)
	at android.view.LayoutInflater.inflate(LayoutInflater.java:352)
	at com.android.mail.browse.ConversationItemViewCoordinates.forWidth(ConversationItemViewCoordinates.java:351)

So change <merge> to <FrameLayout>

Change-Id: I67c53c7b56fbdeb7239f438daf5ee98543f34851
2 files changed