summaryrefslogtreecommitdiffstats
path: root/res/layout-land/main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-land/main.xml')
-rw-r--r--res/layout-land/main.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/layout-land/main.xml b/res/layout-land/main.xml
index e3f255f..ac4f8af 100644
--- a/res/layout-land/main.xml
+++ b/res/layout-land/main.xml
@@ -36,8 +36,10 @@
android:layout_height="match_parent"
maxDigits="@integer/max_digits">
- <EditText style="@style/display_style" />
- <EditText style="@style/display_style" />
+ <com.android.calculator2.CalculatorEditText
+ style="@style/display_style" />
+ <com.android.calculator2.CalculatorEditText
+ style="@style/display_style" />
</com.android.calculator2.CalculatorDisplay>
<ImageButton android:id="@+id/overflow_menu"