|
|
@ -38,7 +38,7 @@
|
|
|
|
android:layout_height="24dp"
|
|
|
|
android:layout_height="24dp"
|
|
|
|
android:layout_marginStart="6dp"
|
|
|
|
android:layout_marginStart="6dp"
|
|
|
|
android:layout_marginEnd="6dp"
|
|
|
|
android:layout_marginEnd="6dp"
|
|
|
|
android:contentDescription="@string/title_legend_connection_state"
|
|
|
|
android:contentDescription="@string/title_legend_disconnected"
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/tvName"
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/tvName"
|
|
|
|
app:layout_constraintStart_toEndOf="@id/vwColor"
|
|
|
|
app:layout_constraintStart_toEndOf="@id/vwColor"
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/tvName"
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/tvName"
|
|
|
@ -49,7 +49,7 @@
|
|
|
|
android:layout_width="24dp"
|
|
|
|
android:layout_width="24dp"
|
|
|
|
android:layout_height="24dp"
|
|
|
|
android:layout_height="24dp"
|
|
|
|
android:layout_marginStart="6dp"
|
|
|
|
android:layout_marginStart="6dp"
|
|
|
|
android:contentDescription="@string/title_legend_primary"
|
|
|
|
android:contentDescription="@string/title_legend_oauth"
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/tvName"
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/tvName"
|
|
|
|
app:layout_constraintStart_toEndOf="@id/ivState"
|
|
|
|
app:layout_constraintStart_toEndOf="@id/ivState"
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/tvName"
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/tvName"
|
|
|
@ -98,7 +98,7 @@
|
|
|
|
android:layout_width="24dp"
|
|
|
|
android:layout_width="24dp"
|
|
|
|
android:layout_height="24dp"
|
|
|
|
android:layout_height="24dp"
|
|
|
|
android:layout_marginEnd="6dp"
|
|
|
|
android:layout_marginEnd="6dp"
|
|
|
|
android:contentDescription="@string/title_legend_sync_state"
|
|
|
|
android:contentDescription="@string/title_legend_synchronize_on"
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/tvName"
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/tvName"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/tvName"
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/tvName"
|
|
|
|