<?xml version="1.0" encoding="UTF-8"?>\r
<!--\r
ownCloud Android client application\r
-\r
- Copyright (C) 2012 Bartek Przybylski\r
- Copyright (C) 2012-2013 ownCloud Inc.\r
+ Copyright (C) 2015 ownCloud Inc.\r
\r
This program is free software: you can redistribute it and/or modify\r
it under the terms of the GNU General Public License version 2,\r
GNU General Public License for more details.\r
\r
You should have received a copy of the GNU General Public License\r
- along with this program. If not, see <http://www.gnu.org/licenses/>.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.\r
\r
-->\r
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"\r
android:paddingLeft="10dp"\r
android:paddingRight="10dp"\r
android:scaleType="centerCrop"\r
- android:src="@drawable/ic_menu_archive" />\r
+ android:src="@drawable/ic_menu_archive"/>\r
+\r
+ <ImageView\r
+ android:id="@+id/sharedIcon"\r
+ android:layout_width="wrap_content"\r
+ android:layout_height="wrap_content"\r
+ android:layout_gravity="top|right"\r
+ android:layout_margin="4dp"\r
+ android:src="@drawable/shared_via_link" />\r
+\r
+ <ImageView\r
+ android:id="@+id/localFileIndicator"\r
+ android:layout_width="@dimen/file_icon_size"\r
+ android:layout_height="@dimen/file_icon_size"\r
+ android:layout_gravity="bottom|right"\r
+ android:layout_marginTop="4dp"\r
+ android:layout_marginBottom="4dp"\r
+ android:layout_marginRight="4dp"\r
+ android:src="@drawable/local_file_indicator" />\r
\r
<ImageView\r
android:id="@+id/favoriteIcon"\r
android:layout_width="15dp"\r
android:layout_height="15dp"\r
android:layout_gravity="bottom|right"\r
- android:layout_marginBottom="2dp"\r
- android:layout_marginRight="2dp"\r
+ android:layout_marginBottom="4dp"\r
+ android:layout_marginRight="4dp"\r
android:src="@drawable/ic_favorite" />\r
-\r
</FrameLayout>\r
\r
</LinearLayout>
\ No newline at end of file