Skip to content

Commit

Permalink
Increase the hidden textbox size to 1dp
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuowei committed Nov 18, 2019
1 parent aa6d505 commit ab9324d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/layout/chat_history_popup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
android:layout_height="wrap_content">
<!-- the width/height stuff above is ignored - see http://www.doubleencore.com/2013/05/layout-inflation-as-intended/ -->
<EditText android:id="@+id/hidden_text_view"
android:layout_width="0dip"
android:layout_width="1dip"
android:layout_height="wrap_content"/>
<Button android:id="@+id/command_history_previous"
android:layout_width="wrap_content"
Expand Down

0 comments on commit ab9324d

Please sign in to comment.