N
N
Nikita Filipchuk2017-04-20 18:47:02
Java
Nikita Filipchuk, 2017-04-20 18:47:02

How to make your simple evernote for android?

You need to make the text input field full screen like in evernote.
With the help of what tools, libraries. Maybe there are analogues on github. As I did not write, I can not find what I need

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Semyon Novikov, 2017-04-27
@semennovikov123

Paste in xml code

<EditText
        android:id="@+id/editText"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:ems="10"
        android:inputType="textPersonName"
        android:text="Name" />

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question