Display/Editor colors fixed
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
-->
|
||||
|
||||
<TextView a:id="@+id/calculator_display"
|
||||
style="@style/cpp_widget_display_style"
|
||||
style="@style/CppText.Display.Widget"
|
||||
xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:padding="@dimen/cpp_display_padding"
|
||||
a:scrollbars="vertical"
|
||||
|
@@ -15,7 +15,7 @@
|
||||
|
||||
<TextView
|
||||
a:id="@+id/calculator_editor"
|
||||
style="@style/cpp_widget_editor_style"
|
||||
style="@style/CppText.Editor.Widget"
|
||||
a:hint="@string/c_calc_editor_hint"
|
||||
a:scrollbars="vertical"
|
||||
a:singleLine="false"
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
<TextView
|
||||
a:id="@+id/calculator_editor"
|
||||
style="@style/cpp_widget_editor_style"
|
||||
style="@style/CppText.Editor.Widget"
|
||||
a:layout_width="0dp"
|
||||
a:layout_weight="3"
|
||||
a:gravity="center_vertical|left"
|
||||
@@ -36,7 +36,7 @@
|
||||
|
||||
<TextView
|
||||
a:id="@+id/calculator_display"
|
||||
style="@style/cpp_widget_display_style"
|
||||
style="@style/CppText.Display.Widget"
|
||||
a:layout_width="0dp"
|
||||
a:layout_height="wrap_content"
|
||||
a:layout_weight="2"
|
||||
|
Reference in New Issue
Block a user