Skip to content

Commit 7bc33d6

Browse files
authored
Merge pull request #242 from codingblazer/keyb
Fixed Keyboard covers EditText
2 parents ffffa9a + 161536b commit 7bc33d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source-code/app/src/main/res/layout/activity_first_run.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
android:layout_height="wrap_content"
6060
android:layout_marginTop="50dp"
6161
android:ems="10"
62-
android:gravity="center_horizontal"
62+
6363
android:hint="@string/main_name_hint"
6464
android:inputType="textPersonName"
6565
android:paddingLeft="20dp"

0 commit comments

Comments
 (0)