Commit eb81da7f by olly Committed by Oliver Woodman

Remove unnecessary layer in view hierarchy

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=140369506
parent 73220be1
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" <merge xmlns:android="http://schemas.android.com/apk/res/android">
android:layout_height="match_parent"
android:layout_width="match_parent">
<com.google.android.exoplayer2.ui.AspectRatioFrameLayout android:id="@id/exo_content_frame" <com.google.android.exoplayer2.ui.AspectRatioFrameLayout android:id="@id/exo_content_frame"
android:layout_width="match_parent" android:layout_width="match_parent"
...@@ -48,4 +46,4 @@ ...@@ -48,4 +46,4 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"/> android:layout_height="match_parent"/>
</FrameLayout> </merge>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment