The ui is less broken
This commit is contained in:
parent
46b842afc4
commit
1688168bc1
|
@ -264,21 +264,39 @@
|
||||||
android:layout_marginTop="0dp"
|
android:layout_marginTop="0dp"
|
||||||
android:padding="2dp">
|
android:padding="2dp">
|
||||||
|
|
||||||
<EditText
|
<EditText
|
||||||
android:id="@+id/note_edit"
|
android:id="@+id/note_edit"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginLeft="16dp"
|
android:paddingVertical="16dp"
|
||||||
android:layout_marginTop="8dp"
|
android:layout_marginTop="16dp"
|
||||||
android:layout_marginRight="16dp"
|
android:layout_marginBottom="8dp"
|
||||||
android:layout_marginBottom="4dp"
|
android:layout_marginHorizontal="16dp"
|
||||||
android:textAppearance="@style/m3_body_large"
|
android:inputType="textMultiLine|textCapSentences"
|
||||||
android:textSize="16sp"
|
android:singleLine="false"
|
||||||
android:background="@drawable/edit_text_border"
|
android:drawableStart="@drawable/ic_fluent_globe_20_regular"
|
||||||
android:inputType="textMultiLine|textCapSentences"
|
android:drawablePadding="12dp"
|
||||||
android:elevation="0dp"
|
android:drawableTint="?android:textColorSecondary"
|
||||||
android:hint="@string/sk_personal_note"
|
android:background="@drawable/bg_search_field"
|
||||||
android:textColorHint="?android:textColorSecondaryInverseNoDisable" />
|
android:paddingHorizontal="16dp"
|
||||||
|
android:elevation="0dp"
|
||||||
|
android:hint="@string/sk_example_domain"/>
|
||||||
|
|
||||||
|
<!-- <EditText-->
|
||||||
|
<!-- android:id="@+id/note_edit"-->
|
||||||
|
<!-- android:layout_width="match_parent"-->
|
||||||
|
<!-- android:layout_height="wrap_content"-->
|
||||||
|
<!-- android:layout_marginLeft="16dp"-->
|
||||||
|
<!-- android:layout_marginTop="8dp"-->
|
||||||
|
<!-- android:layout_marginRight="16dp"-->
|
||||||
|
<!-- android:layout_marginBottom="4dp"-->
|
||||||
|
<!-- android:textAppearance="@style/m3_body_large"-->
|
||||||
|
<!-- android:textSize="16sp"-->
|
||||||
|
<!-- android:background="@drawable/bg_search_field"-->
|
||||||
|
<!-- android:inputType="textMultiLine|textCapSentences"-->
|
||||||
|
<!-- android:elevation="0dp"-->
|
||||||
|
<!-- android:hint="@string/sk_personal_note"-->
|
||||||
|
<!-- android:textColorHint="?android:textColorSecondaryInverseNoDisable" />-->
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/note_edit_confirm"
|
android:id="@+id/note_edit_confirm"
|
||||||
|
|
Loading…
Reference in New Issue