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