This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
SnipIt/res/layout/fragment_chat.xml
djwesty b692a0d8c9 Snip It
Latest, and last version of Snip It, formerly SnipTease
2014-10-29 13:37:13 -07:00

19 lines
654 B
XML

<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="@dimen/ActionBar_and_Tabs"
tools:context="com.example.sniptease.ChatFragment" >
<!-- TODO: Update blank fragment layout -->
<LinearLayout
android:id="@+id/chat_list_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="@dimen/ActionBar_and_Tabs"
android:orientation="vertical" >
</LinearLayout>
</ScrollView>