Remove obsolete attribute
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
<org.solovyev.android.views.dragbutton.DirectionDragButton
|
||||
a:id="@id/cpp_button_clear"
|
||||
style="?attr/cpp_button_style_control_image"
|
||||
style="?attr/cpp_button_style_control"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:background="@color/grey_850"
|
||||
|
@@ -24,7 +24,7 @@
|
||||
|
||||
<org.solovyev.android.calculator.view.NumeralBasesButton
|
||||
android:id="@id/cpp_button_copy"
|
||||
style="?attr/cpp_button_style_control_image"
|
||||
style="?attr/cpp_button_style_control"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:src="@drawable/ic_content_copy_white_48dp"
|
||||
|
@@ -25,5 +25,5 @@
|
||||
<ImageButton
|
||||
xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@id/cpp_button_like"
|
||||
style="?attr/cpp_button_style_control_image"
|
||||
style="?attr/cpp_button_style_control"
|
||||
a:src="@drawable/ic_share_white_48dp" />
|
@@ -26,5 +26,5 @@
|
||||
xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@id/cpp_button_erase"
|
||||
a:background="@color/cpp_material_light_darker"
|
||||
style="?attr/cpp_button_style_control_image"
|
||||
style="?attr/cpp_button_style_control"
|
||||
a:src="@drawable/ic_backspace_white_48dp" />
|
@@ -24,7 +24,7 @@
|
||||
|
||||
<org.solovyev.android.calculator.view.AngleUnitsButton
|
||||
android:id="@id/cpp_button_paste"
|
||||
style="?attr/cpp_button_style_control_image"
|
||||
style="?attr/cpp_button_style_control"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
app:directionTextScale="@dimen/cpp_direction_text_scale_units"
|
||||
|
Reference in New Issue
Block a user