From 399aa706a7e570e8ed7ca93b54beaae6ee3dac91 Mon Sep 17 00:00:00 2001 From: olly Date: Wed, 3 Apr 2019 04:29:19 +0100 Subject: [PATCH] Remove usages of the widget package and migrate to new packages. PiperOrigin-RevId: 241656157 --- demos/cast/src/main/res/layout/main_activity.xml | 2 +- .../google/android/exoplayer2/demo/TrackSelectionDialog.java | 2 +- demos/main/src/main/res/layout/track_selection_dialog.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/demos/cast/src/main/res/layout/main_activity.xml b/demos/cast/src/main/res/layout/main_activity.xml index 71dbcdcd9c..2597a2d3a1 100644 --- a/demos/cast/src/main/res/layout/main_activity.xml +++ b/demos/cast/src/main/res/layout/main_activity.xml @@ -38,7 +38,7 @@ android:scrollbars="vertical" android:fadeScrollbars="false"/> - -