|
@@ -140,16 +140,20 @@
|
|
|
android:src="@drawable/ic_synced"
|
|
|
tools:visibility="visible" />
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/custom_checkbox"
|
|
|
- android:layout_width="@dimen/grid_layout_item_size"
|
|
|
- android:layout_height="@dimen/grid_layout_item_size"
|
|
|
- android:contentDescription="@string/checkbox"
|
|
|
- android:src="@android:drawable/checkbox_off_background"
|
|
|
- tools:visibility="visible" />
|
|
|
-
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/custom_checkbox"
|
|
|
+ android:layout_width="@dimen/grid_checkbox_size"
|
|
|
+ android:layout_height="@dimen/grid_checkbox_size"
|
|
|
+ android:layout_marginStart="@dimen/grid_checkbox_margin"
|
|
|
+ android:layout_marginTop="@dimen/grid_checkbox_margin"
|
|
|
+ android:contentDescription="@string/checkbox"
|
|
|
+ android:src="@android:drawable/checkbox_off_background"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ tools:visibility="visible" />
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/Filename"
|
|
|
android:layout_width="@dimen/grid_filename_width"
|