Merge pull request #1581 from Andries-Smit/fix/note-padding

Fix note padding
This commit is contained in:
Milos Kozak 2022-04-06 21:54:14 +02:00 committed by GitHub
commit b95c09ba56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 8 deletions

View file

@ -10,6 +10,8 @@
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="10dp"
android:layout_marginEnd="10dp"
android:hint="@string/notes_label"
app:endIconMode="clear_text">
@ -17,13 +19,7 @@
android:id="@+id/notes"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_marginStart="10dp"
android:layout_marginEnd="10dp"
android:layout_weight="1"
android:width="180dp"
android:autofillHints="@string/notes_label"
android:gravity="start"
android:inputType="text|textCapSentences"
android:textStyle="bold" />

View file

@ -2,7 +2,7 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Default theme color -->
<!-- This section describes the main theme colors -->
<color name="colorPrimary">#3378c5</color>
<color name="colorPrimary">#96CAF2</color>
<color name="colorPrimaryDark">#000000</color>
<color name="colorAccent">#40bbaa</color>
<color name="mdtp_white">#ffffff</color>

View file

@ -2,7 +2,7 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Default theme color -->
<!-- This section describes the main theme colors -->
<color name="colorPrimary">#FBF9FF</color>
<color name="colorPrimary">#3378C5</color>
<color name="colorPrimaryDark">#676767</color>
<color name="colorAccent">#40bbaa</color>
<color name="mdtp_white">#ffffff</color>