|
@@ -18,7 +18,6 @@
|
|
|
License along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
-->
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
android:id="@+id/grid_item_container"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
@@ -30,6 +29,7 @@
|
|
|
android:id="@+id/thumbnail"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
+ android:contentDescription="@null"
|
|
|
android:scaleType="centerCrop"
|
|
|
android:src="@drawable/folder" />
|
|
|
|