aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/android/AndroidExample/app/src/main/res/layout/activity_messageview_detail.xml
blob: fa100d0bb452abc9f44be7ffbc54b6ebcc5c61bc (plain)
1
2
3
4
5
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools" android:id="@+id/messageview_detail_container"
    android:layout_width="match_parent" android:layout_height="match_parent"
    tools:context="com.libmailcore.androidexample.MessageViewDetailActivity"
    tools:ignore="MergeRootFrame" />