mirror of https://github.com/M66B/FairEmail.git
Added background for manual settings
This commit is contained in:
parent
2f9fc04459
commit
2aefcecd8a
|
@ -135,6 +135,18 @@
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
app:layout_constraintGuide_percent="0.5" />
|
app:layout_constraintGuide_percent="0.5" />
|
||||||
|
|
||||||
|
<View
|
||||||
|
android:id="@+id/vwSeparatorManual"
|
||||||
|
android:layout_width="0dp"
|
||||||
|
android:layout_height="0dp"
|
||||||
|
android:layout_marginVertical="6dp"
|
||||||
|
android:alpha="0.1"
|
||||||
|
android:background="?attr/colorAccent"
|
||||||
|
app:layout_constraintBottom_toTopOf="@id/btnInbox"
|
||||||
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
|
app:layout_constraintTop_toBottomOf="@id/ibManual" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/btnAccount"
|
android:id="@+id/btnAccount"
|
||||||
style="?android:attr/buttonStyleSmall"
|
style="?android:attr/buttonStyleSmall"
|
||||||
|
@ -511,6 +523,7 @@
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
app:constraint_referenced_ids="
|
app:constraint_referenced_ids="
|
||||||
|
vwSeparatorManual,
|
||||||
btnAccount,tvAccount,tvImap,tvPop,
|
btnAccount,tvAccount,tvImap,tvPop,
|
||||||
btnIdentity,tvIdentity,tvSmtp,tvAliases,
|
btnIdentity,tvIdentity,tvSmtp,tvAliases,
|
||||||
tvAccountIdentity,tvExchangeSupport,tvIdentityWhat" />
|
tvAccountIdentity,tvExchangeSupport,tvIdentityWhat" />
|
||||||
|
|
Loading…
Reference in New Issue