|
@@ -9,7 +9,10 @@
|
|
|
<SurfaceView
|
|
|
android:id="@+id/surfaceView"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent" />
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerInParent="true"
|
|
|
+ android:scaleType="centerCrop"
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/mNoFileText"
|