mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
wip
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user