Highlighted buttons
This commit is contained in:
@@ -24,10 +24,9 @@
|
||||
|
||||
<org.solovyev.android.views.dragbutton.DirectionDragButton
|
||||
a:id="@id/cpp_button_clear"
|
||||
style="?attr/cpp_button_style_control"
|
||||
style="?attr/cpp_button_style_control_highlighted"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:background="@color/grey_850"
|
||||
a:text="@string/c_clear"
|
||||
app:directionTextUp="MC"
|
||||
a:textStyle="bold"/>
|
@@ -25,6 +25,5 @@
|
||||
<ImageButton
|
||||
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"
|
||||
style="?attr/cpp_button_style_operation_highlighted"
|
||||
a:src="@drawable/ic_backspace_white_48dp" />
|
@@ -24,7 +24,7 @@
|
||||
|
||||
<org.solovyev.android.views.dragbutton.DirectionDragButton
|
||||
a:id="@id/cpp_button_percent"
|
||||
style="?attr/cpp_button_style_digit"
|
||||
style="?attr/cpp_button_style_control"
|
||||
xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
|
Reference in New Issue
Block a user