summaryrefslogtreecommitdiffstats
path: root/res/layout/caller_in_conference.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/caller_in_conference.xml')
-rw-r--r--res/layout/caller_in_conference.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/layout/caller_in_conference.xml b/res/layout/caller_in_conference.xml
index 0d15eb10..ac78096f 100644
--- a/res/layout/caller_in_conference.xml
+++ b/res/layout/caller_in_conference.xml
@@ -97,7 +97,8 @@
android:scaleType="center"
android:contentDescription="@string/goPrivate"
android:tint="@color/conference_call_manager_icon_color"
- android:background="?android:attr/selectableItemBackgroundBorderless" />
+ android:background="@drawable/conference_ripple"
+ android:clickable="true" />
<!-- "Disconnect" button which terminates the connection with this caller. -->
<ImageButton
@@ -109,6 +110,7 @@
android:scaleType="center"
android:contentDescription="@string/onscreenEndCallText"
android:tint="@color/conference_call_manager_icon_color"
- android:background="?android:attr/selectableItemBackgroundBorderless" />
+ android:background="@drawable/conference_ripple"
+ android:clickable="true" />
</LinearLayout> <!-- End of single list element -->