summaryrefslogtreecommitdiff
path: root/res/layout/dialtacts_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/dialtacts_activity.xml')
-rw-r--r--res/layout/dialtacts_activity.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/res/layout/dialtacts_activity.xml b/res/layout/dialtacts_activity.xml
index d923cf369..595eae114 100644
--- a/res/layout/dialtacts_activity.xml
+++ b/res/layout/dialtacts_activity.xml
@@ -84,21 +84,20 @@
android:layout_marginRight="@dimen/floating_action_button_margin_right"
android:layout_marginBottom="@dimen/floating_action_button_margin_bottom"
android:id="@+id/floating_action_button"
- android:background="@drawable/fab_teal_background"
android:layout_centerHorizontal="true"
- android:layout_alignParentBottom="true" >
+ android:layout_alignParentBottom="true">
<ImageButton
android:id="@+id/dialpad_button"
+ android:background="@drawable/floating_action_button"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/action_menu_dialpad_button"
android:src="@drawable/fab_ic_dial"/>
<ImageButton
android:id="@+id/dial_button"
+ android:background="@drawable/floating_action_button"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@drawable/btn_call"
android:contentDescription="@string/description_dial_button"
android:src="@drawable/fab_ic_call"
android:visibility="gone" />