Skip to content
Snippets Groups Projects
Commit 7b242158 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Move AutoFitRecyclerView

parent fdbf11dd
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<org.videolan.vlc.view.AutoFitRecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
<org.videolan.vlc.gui.view.AutoFitRecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="@dimen/adv_options_margin"/>
......
......@@ -7,7 +7,7 @@
android:id="@+id/swipeLayout"
android:layout_width="match_parent"
android:layout_height="match_parent">
<org.videolan.vlc.view.AutoFitRecyclerView
<org.videolan.vlc.gui.view.AutoFitRecyclerView
android:id="@id/android:list"
android:layout_width="match_parent"
android:layout_height="match_parent"
......
......@@ -60,7 +60,7 @@ import org.videolan.vlc.media.MediaWrapper;
import org.videolan.vlc.util.AndroidDevices;
import org.videolan.vlc.util.Permissions;
import org.videolan.vlc.util.Strings;
import org.videolan.vlc.view.AutoFitRecyclerView;
import org.videolan.vlc.gui.view.AutoFitRecyclerView;
import java.util.ArrayList;
import java.util.Calendar;
......
......@@ -66,7 +66,7 @@ import org.videolan.vlc.media.MediaWrapper;
import org.videolan.vlc.media.Thumbnailer;
import org.videolan.vlc.util.FileUtils;
import org.videolan.vlc.util.VLCInstance;
import org.videolan.vlc.view.AutoFitRecyclerView;
import org.videolan.vlc.gui.view.AutoFitRecyclerView;
import java.util.ArrayList;
import java.util.List;
......
......@@ -21,15 +21,13 @@
* ***************************************************************************
*/
package org.videolan.vlc.view;
package org.videolan.vlc.gui.view;
import android.content.Context;
import android.content.res.TypedArray;
import android.support.v7.widget.GridLayoutManager;
import android.util.AttributeSet;
import org.videolan.vlc.gui.view.ContextMenuRecyclerView;
public class AutoFitRecyclerView extends ContextMenuRecyclerView {
private GridLayoutManager mGridLayoutManager;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment