mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Remove unnecessary layer in view hierarchy
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140369506
This commit is contained in:
parent
73220be19b
commit
eb81da7f2d
1 changed files with 2 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue