1
0
mirror of http://galexander.org/git/simplesshd.git synced 2025-01-03 19:50:55 +00:00

don't allow focusing on the log/ip view, which messed up D-pad visit order

This commit is contained in:
Greg Alexander 2019-09-21 16:09:03 -04:00
parent 97989bce7f
commit 42c88f330e

View File

@ -17,6 +17,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
android:focusable="false"
android:typeface="monospace"
android:background="#ff112266"
android:textColor="#ffffffff"
@ -27,6 +28,7 @@
android:layout_weight="1"
android:ellipsize="start"
android:editable="false"
android:focusable="false"
android:textAppearance="?android:attr/textAppearanceSmall"
android:typeface="monospace"
android:gravity="top"