Fixes #97: Added metadata reader for reading exif data (#2581)

* initial commit

* initial commit

* reading 3 exif directories

* minor changes

* fixed unit tests

* reviwied requested changes

* minor changes

* minor changes
This commit is contained in:
Vanshika Arora 2019-03-19 19:08:42 +05:30 committed by Ujjwal Agrawal
parent 8cd87ad148
commit 3417d713d2
5 changed files with 89 additions and 9 deletions

View file

@ -32,7 +32,7 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/listView"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent"/>
</RelativeLayout>