mirror of https://github.com/M66B/FairEmail.git
Small layout improvements
This commit is contained in:
parent
b4f37fca7c
commit
76c509f321
|
@ -224,6 +224,7 @@ public class FragmentSetup extends FragmentBase {
|
|||
}
|
||||
});
|
||||
|
||||
tvManual.setPaintFlags(tvManual.getPaintFlags() | Paint.UNDERLINE_TEXT_FLAG);
|
||||
tvManual.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
|
|
|
@ -96,12 +96,13 @@
|
|||
|
||||
<ImageButton
|
||||
android:id="@+id/ibManual"
|
||||
android:layout_width="48dp"
|
||||
android:layout_width="36dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:contentDescription="@string/title_legend_expander"
|
||||
android:padding="12dp"
|
||||
android:paddingVertical="12dp"
|
||||
android:paddingEnd="0dp"
|
||||
app:layout_constraintEnd_toStartOf="@+id/tvManual"
|
||||
app:layout_constraintHorizontal_chainStyle="packed"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
|
Loading…
Reference in New Issue