Loading packages/SystemUI/res/layout/bluetooth_device_item.xml +4 −2 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ android:gravity="center_vertical" android:textSize="14sp" /> <TextView <com.android.systemui.util.DelayableMarqueeTextView android:layout_width="0dp" android:layout_height="wrap_content" android:id="@+id/bluetooth_device_summary" Loading @@ -60,7 +60,9 @@ android:paddingEnd="10dp" android:paddingBottom="15dp" android:maxLines="1" android:ellipsize="end" android:ellipsize="marquee" android:marqueeRepeatLimit="1" android:singleLine="true" app:layout_constraintTop_toBottomOf="@+id/bluetooth_device_name" app:layout_constraintStart_toEndOf="@+id/bluetooth_device_icon" app:layout_constraintEnd_toStartOf="@+id/guideline" Loading packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/BluetoothDetailsContentManager.kt +2 −0 Original line number Diff line number Diff line Loading @@ -419,6 +419,8 @@ constructor( } nameView.text = item.deviceName summaryView.text = item.connectionSummary // needed for marquee summaryView.isSelected = true actionIconView.setOnClickListener { mutableDeviceItemClick.value = Loading Loading
packages/SystemUI/res/layout/bluetooth_device_item.xml +4 −2 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ android:gravity="center_vertical" android:textSize="14sp" /> <TextView <com.android.systemui.util.DelayableMarqueeTextView android:layout_width="0dp" android:layout_height="wrap_content" android:id="@+id/bluetooth_device_summary" Loading @@ -60,7 +60,9 @@ android:paddingEnd="10dp" android:paddingBottom="15dp" android:maxLines="1" android:ellipsize="end" android:ellipsize="marquee" android:marqueeRepeatLimit="1" android:singleLine="true" app:layout_constraintTop_toBottomOf="@+id/bluetooth_device_name" app:layout_constraintStart_toEndOf="@+id/bluetooth_device_icon" app:layout_constraintEnd_toStartOf="@+id/guideline" Loading
packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/BluetoothDetailsContentManager.kt +2 −0 Original line number Diff line number Diff line Loading @@ -419,6 +419,8 @@ constructor( } nameView.text = item.deviceName summaryView.text = item.connectionSummary // needed for marquee summaryView.isSelected = true actionIconView.setOnClickListener { mutableDeviceItemClick.value = Loading