Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d7118bcc authored by Sungsoo Lim's avatar Sungsoo Lim Committed by Android (Google) Code Review
Browse files

Merge "Make MediaRouteControllerDialog scrollable" into mnc-dev

parents 4669f4d6 fda6696b
Loading
Loading
Loading
Loading
+44 −41
Original line number Diff line number Diff line
@@ -14,8 +14,10 @@
     limitations under the License.
-->

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
            android:layout_width="match_parent"
            android:layout_height="wrap_content">
    <LinearLayout android:layout_width="match_parent"
                  android:layout_height="wrap_content"
                  android:orientation="vertical"
                  android:divider="?android:attr/dividerHorizontal"
@@ -58,3 +60,4 @@
                    android:text="@string/media_route_controller_disconnect" />
        </LinearLayout>
    </LinearLayout>
</ScrollView>
 No newline at end of file