Merge branch 'text_file_preview_pr_707_with_develop' of github.com:owncloud/android...
[pub/Android/ownCloud.git] / res / layout / file_actions.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout
3 xmlns:android="http://schemas.android.com/apk/res/android"
4 android:layout_width="fill_parent"
5 android:layout_height="fill_parent"
6 android:layout_margin="@dimen/standard_margin">
7
8 <ListView
9 android:id="@+id/file_actions_list"
10 android:layout_width="match_parent"
11 android:layout_height="match_parent" >
12 </ListView>
13
14 </LinearLayout>