Skip to content

Commit

Permalink
Merge pull request #326 from TheLastProject/feature/multiline_notes
Browse files Browse the repository at this point in the history
Allow multiline notes
  • Loading branch information
brarcher authored Dec 25, 2019
2 parents c1be6f2 + 6716353 commit 396801b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/loyalty_card_edit_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@

<EditText
android:id="@+id/noteEdit"
android:inputType="textCapSentences"
android:inputType="textMultiLine"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:padding="@dimen/inputPadding"
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/loyalty_card_view_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@
app:autoSizeTextType="uniform"
app:autoSizeMinTextSize="@dimen/singleCardNoteTextSizeMin"
app:autoSizeMaxTextSize="@dimen/singleCardNoteTextSizeMax"
android:textIsSelectable="true"/>
android:textIsSelectable="true"
android:scrollbars="vertical"/>

</android.support.constraint.ConstraintLayout>

Expand Down

0 comments on commit 396801b

Please sign in to comment.