Skip to content

Commit

Permalink
use single line entry for Signal # and HB inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeswitz committed Feb 8, 2019
1 parent f7b002c commit 03a37ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/main/res/layout/pref_dialog_edit_text.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
<EditText
android:id="@android:id/edit"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
android:singleLine="true" />

</LinearLayout>
</ScrollView>
3 changes: 2 additions & 1 deletion src/main/res/layout/pref_dialog_edit_text_hint_signal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
android:id="@android:id/edit"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/hint_number" />
android:hint="@string/hint_number"
android:singleLine="true" />

</LinearLayout>
</ScrollView>

0 comments on commit 03a37ba

Please sign in to comment.