Fix text auto resizing in DisplayView
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
~ Site: http://se.solovyev.org
|
||||
-->
|
||||
|
||||
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/main_fragment_layout"
|
||||
<LinearLayout a:id="@+id/main_fragment_layout"
|
||||
style="@style/CppFragment"
|
||||
xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:layout_width="match_parent"
|
||||
a:layout_height="match_parent">
|
||||
|
||||
@@ -36,10 +36,6 @@
|
||||
|
||||
<org.solovyev.android.calculator.DisplayView
|
||||
a:id="@+id/calculator_display"
|
||||
style="@style/CppText.Display"
|
||||
a:inputType="textMultiLine"
|
||||
a:maxLines="3"
|
||||
a:scrollHorizontally="false"
|
||||
a:scrollbars="none" />
|
||||
style="@style/CppText.Display" />
|
||||
|
||||
</LinearLayout>
|
Reference in New Issue
Block a user