mirror of https://github.com/M66B/FairEmail.git
Added hint about color precedence to account
This commit is contained in:
parent
c60953a9e0
commit
5d9c57db3c
|
@ -334,6 +334,16 @@
|
|||
app:layout_constraintTop_toTopOf="@id/btnColor"
|
||||
app:srcCompat="@drawable/baseline_delete_24" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvColorHint"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/title_identity_color_hint"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
||||
android:textStyle="italic"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/btnColor" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvColorPro"
|
||||
android:layout_width="wrap_content"
|
||||
|
@ -343,7 +353,7 @@
|
|||
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
||||
android:textColor="?android:attr/textColorLink"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/btnColor" />
|
||||
app:layout_constraintTop_toBottomOf="@id/tvColorHint" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/btnAdvanced"
|
||||
|
@ -761,7 +771,8 @@
|
|||
android:layout_height="0dp"
|
||||
app:constraint_referenced_ids="
|
||||
tvUser,etUser,tvPassword,tilPassword,tvRealm,etRealm,
|
||||
tvName,tvNameRemark,etName,tvColor,btnColor,vwColor,ibColorDefault,tvColorPro" />
|
||||
tvName,tvNameRemark,etName,
|
||||
tvColor,btnColor,vwColor,ibColorDefault,tvColorHint,tvColorPro" />
|
||||
|
||||
<androidx.constraintlayout.widget.Group
|
||||
android:id="@+id/grpAdvanced"
|
||||
|
|
Loading…
Reference in New Issue