Skip to content

Commit

Permalink
Remove QuranRecyclerView.
Browse files Browse the repository at this point in the history
QuranRecyclerView was added to allow mouse scrolling on the various
RecyclerViews while testing in the emulator. This is no longer needed
since the new version supports this functionality.
  • Loading branch information
ahmedre committed May 31, 2015
1 parent fe9f19c commit c6a8ab1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 68 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion app/src/main/res/layout/audio_manager.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<com.quran.labs.androidquran.widgets.QuranRecyclerView
<android.support.v7.widget.RecyclerView
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent" />
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/quran_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<com.quran.labs.androidquran.widgets.QuranRecyclerView
<android.support.v7.widget.RecyclerView
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down

0 comments on commit c6a8ab1

Please sign in to comment.