ownCloud Android client application
Copyright (C) 2012 Bartek Przybylski
- Copyright (C) 2012-2013 ownCloud Inc.
+ Copyright (C) 2015 ownCloud Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2,
android:id="@+id/fdScrollView"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:fillViewport="true"
>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="16dp"
+ android:layout_marginRight="16dp"
android:layout_marginTop="4dp" >
<ImageView
android:id="@+id/fdDetailsContainer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:layout_marginLeft="16dp"
+ android:layout_marginRight="16dp"
android:layout_below="@id/fdFileHeaderContainer" >
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
- android:layout_alignParentTop="true"
- android:layout_marginLeft="16dp" >
+ android:layout_alignParentTop="true" >
<TextView
android:id="@+id/fdTypeLabel"
>
<CheckBox
- android:id="@+id/fdKeepInSync"
+ android:id="@+id/fdFavorite"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
- android:text="@string/fd_keep_in_sync" />
+ android:text="@string/favorite" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_below="@id/fdKeepInSync"
+ android:layout_below="@id/fdFavorite"
android:orientation="vertical" >
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:progressDrawable="@android:drawable/progress_horizontal"
- android:indeterminate="false"
+ style="?android:attr/progressBarStyleHorizontal"
+ android:indeterminate="false"
android:indeterminateOnly="false"
/>
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="12dp"
- android:src="@drawable/btn_cancel"
+ android:src="@drawable/ic_cancel"
android:background="@android:color/transparent"
/>