diff options
author | kruks23 <scardenas@openmailbox.org> | 2014-07-10 15:13:31 +0200 |
---|---|---|
committer | kruks23 <scardenas@openmailbox.org> | 2014-07-10 15:13:31 +0200 |
commit | 8379f695166ee9888e6e1221894c7d1494669a6d (patch) | |
tree | b43c4b4fe72916df1dd547ab706ffae34cdcd243 /res/layout/activity_start_conversation.xml | |
parent | c7088489bd339e4b8b5128e909a1b4377864a5c9 (diff) | |
parent | e97b5244552c8da06b3311bccb831be30c9a641a (diff) |
Merge branch 'development' of https://github.com/siacs/Conversations into development
Diffstat (limited to 'res/layout/activity_start_conversation.xml')
-rw-r--r-- | res/layout/activity_start_conversation.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/layout/activity_start_conversation.xml b/res/layout/activity_start_conversation.xml new file mode 100644 index 00000000..9c757540 --- /dev/null +++ b/res/layout/activity_start_conversation.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<android.support.v4.view.ViewPager xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/start_conversation_view_pager" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:background="@color/primarybackground"> + +</android.support.v4.view.ViewPager>
\ No newline at end of file |