1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-17 22:11:35 +02:00

make Bluetooth list scrollable, see #766

This commit is contained in:
oliexdev
2021-08-21 17:33:19 +02:00
parent 2f7a50f4a7
commit 4b451e40b7

View File

@@ -23,10 +23,16 @@
android:layout_margin="20px" android:layout_margin="20px"
android:visibility="gone" /> android:visibility="gone" />
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout <LinearLayout
android:id="@+id/deviceListView" android:id="@+id/deviceListView"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="wrap_content"
android:layout_margin="10px" android:layout_margin="10px"
android:orientation="vertical" /> android:orientation="vertical" />
</ScrollView>
</LinearLayout> </LinearLayout>