Remove obsolete attribute

This commit is contained in:
serso
2016-03-14 14:25:14 +01:00
parent 1dcd43258c
commit ec73ad8d19
12 changed files with 8 additions and 32 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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" />

View File

@@ -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" />

View File

@@ -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"