This commit is contained in:
darken
2025-09-29 13:36:59 +02:00
parent 5b281303d9
commit 679c9cd070
4 changed files with 119 additions and 0 deletions
@@ -21,6 +21,10 @@ class DeviceProfileVH(parent: ViewGroup) :
deviceName.text = profile.name
deviceDetails.text = buildString {
profile.address?.let {
append(it.toString())
append("")
}
append(profile.model.name)
}
@@ -35,6 +35,11 @@
android:id="@+id/action_settingsFragment_to_troubleShooterFragment"
app:destination="@id/troubleShooterFragment" />
</fragment>
<fragment
android:id="@+id/deviceManagerFragment"
android:name="eu.darken.capod.devices.ui.DeviceManagerFragment"
android:label="DeviceManagerFragment"
tools:layout="@layout/device_manager_fragment" />
<fragment
android:id="@+id/deviceManagerFragment"
android:name="eu.darken.capod.devices.ui.DeviceManagerFragment"