Highlighted buttons

This commit is contained in:
serso
2016-03-14 15:00:23 +01:00
parent ec73ad8d19
commit 6aa5ea4d0c
10 changed files with 161 additions and 7 deletions

View File

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

View File

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

View File

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