|
@@ -20,7 +20,7 @@
|
|
-->
|
|
-->
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
- android:id="@+id/fdScrollView"
|
|
|
|
|
|
+ android:id="@+id/scrollView"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:fillViewport="true">
|
|
android:fillViewport="true">
|
|
@@ -46,7 +46,7 @@
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
- android:id="@+id/fdFilename"
|
|
|
|
|
|
+ android:id="@+id/filename"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:ellipsize="middle"
|
|
android:ellipsize="middle"
|
|
@@ -56,14 +56,14 @@
|
|
android:textSize="20sp" />
|
|
android:textSize="20sp" />
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
- android:id="@+id/fdFiledetails"
|
|
|
|
|
|
+ android:id="@+id/filedetails"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
android:orientation="horizontal">
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
- android:id="@+id/fdFavorite"
|
|
|
|
|
|
+ android:id="@+id/favorite"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="@dimen/standard_eighth_margin"
|
|
android:layout_marginEnd="@dimen/standard_eighth_margin"
|
|
@@ -74,7 +74,7 @@
|
|
android:src="@drawable/ic_star_outline" />
|
|
android:src="@drawable/ic_star_outline" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
- android:id="@+id/fdSize"
|
|
|
|
|
|
+ android:id="@+id/size"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/placeholder_fileSize"
|
|
android:text="@string/placeholder_fileSize"
|
|
@@ -94,7 +94,7 @@
|
|
android:textSize="@dimen/two_line_secondary_text_size" />
|
|
android:textSize="@dimen/two_line_secondary_text_size" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
- android:id="@+id/fdModified"
|
|
|
|
|
|
+ android:id="@+id/modified"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="end"
|
|
android:gravity="end"
|
|
@@ -132,7 +132,7 @@
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
- android:id="@+id/fdProgressBlock"
|
|
|
|
|
|
+ android:id="@+id/progressBlock"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:paddingLeft="@dimen/standard_padding"
|
|
android:paddingLeft="@dimen/standard_padding"
|
|
@@ -141,7 +141,7 @@
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
- android:id="@+id/fdProgressText"
|
|
|
|
|
|
+ android:id="@+id/progressText"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/downloader_download_in_progress_ticker" />
|
|
android:text="@string/downloader_download_in_progress_ticker" />
|
|
@@ -154,7 +154,7 @@
|
|
android:orientation="horizontal">
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<ProgressBar
|
|
<ProgressBar
|
|
- android:id="@+id/fdProgressBar"
|
|
|
|
|
|
+ android:id="@+id/progressBar"
|
|
style="?android:attr/progressBarStyleHorizontal"
|
|
style="?android:attr/progressBarStyleHorizontal"
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -163,7 +163,7 @@
|
|
android:indeterminateOnly="false" />
|
|
android:indeterminateOnly="false" />
|
|
|
|
|
|
<ImageButton
|
|
<ImageButton
|
|
- android:id="@+id/fdCancelBtn"
|
|
|
|
|
|
+ android:id="@+id/cancelBtn"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/standard_half_margin"
|
|
android:layout_marginLeft="@dimen/standard_half_margin"
|