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:
parent
97989bce7f
commit
42c88f330e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user