- added assets folder and Quran content
This commit is contained in:
@@ -25,11 +25,10 @@ public class ShowAyah extends Activity {
|
||||
final TextView ayah = (TextView) findViewById(R.id.ayah);
|
||||
ayah.setMovementMethod(new ScrollingMovementMethod());
|
||||
|
||||
// Example of use of QuranReader
|
||||
// AssetManager assetManager = getAssets();
|
||||
// QuranReader reader = new QuranReader(assetManager, "quran_content");
|
||||
// reader.setChapter(2);
|
||||
// String verseText = reader.getVerse(16);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user