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

Commit fda6696b authored by Sungsoo Lim's avatar Sungsoo Lim
Browse files

Make MediaRouteControllerDialog scrollable

Bug: 19772765
Change-Id: I0425f24ac689bf6646c22ba9583e97b62970aabc
parent 12742ab5
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