Remove unnecessary layer in view hierarchy

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=140369506
This commit is contained in:
olly 2016-11-28 09:59:05 -08:00 committed by Oliver Woodman
parent 73220be19b
commit eb81da7f2d

View file

@ -13,9 +13,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="match_parent"
android:layout_width="match_parent">
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<com.google.android.exoplayer2.ui.AspectRatioFrameLayout android:id="@id/exo_content_frame"
android:layout_width="match_parent"
@ -48,4 +46,4 @@
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</FrameLayout>
</merge>