mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-23 16:25:30 +00:00
Refactoring
This commit is contained in:
parent
4a3c8a2f5c
commit
005ad4ecda
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@
|
||||||
app:layout_constraintBottom_toBottomOf="@+id/btnManageDefault"
|
app:layout_constraintBottom_toBottomOf="@+id/btnManageDefault"
|
||||||
app:layout_constraintStart_toEndOf="@+id/btnManageDefault"
|
app:layout_constraintStart_toEndOf="@+id/btnManageDefault"
|
||||||
app:layout_constraintTop_toTopOf="@+id/btnManageDefault"
|
app:layout_constraintTop_toTopOf="@+id/btnManageDefault"
|
||||||
app:srcCompat="@drawable/off_on" />
|
app:srcCompat="@drawable/switch_off_on" />
|
||||||
|
|
||||||
<eu.faircode.email.FixedTextView
|
<eu.faircode.email.FixedTextView
|
||||||
android:id="@+id/tvManageDefaultHint"
|
android:id="@+id/tvManageDefaultHint"
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
app:layout_constraintBottom_toBottomOf="@+id/btnManageService"
|
app:layout_constraintBottom_toBottomOf="@+id/btnManageService"
|
||||||
app:layout_constraintStart_toEndOf="@+id/btnManageService"
|
app:layout_constraintStart_toEndOf="@+id/btnManageService"
|
||||||
app:layout_constraintTop_toTopOf="@+id/btnManageService"
|
app:layout_constraintTop_toTopOf="@+id/btnManageService"
|
||||||
app:srcCompat="@drawable/off_on" />
|
app:srcCompat="@drawable/switch_off_on" />
|
||||||
|
|
||||||
<eu.faircode.email.FixedTextView
|
<eu.faircode.email.FixedTextView
|
||||||
android:id="@+id/tvManageServiceHint"
|
android:id="@+id/tvManageServiceHint"
|
||||||
|
|
Loading…
Reference in a new issue