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

Fix mediaInfo image height

parent 1bdfb81a
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
<FrameLayout
android:id="@+id/image_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="200dp"
android:layout_alignParentTop="true">
<ProgressBar
......
......@@ -16,7 +16,7 @@
<FrameLayout
android:id="@+id/image_container"
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
android:layout_height="200dp">
<ProgressBar
android:id="@+id/image_progress"
......
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