summaryrefslogtreecommitdiff
path: root/res/layout/dialtacts_custom_action_bar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/dialtacts_custom_action_bar.xml')
-rw-r--r--res/layout/dialtacts_custom_action_bar.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/dialtacts_custom_action_bar.xml b/res/layout/dialtacts_custom_action_bar.xml
index 26e478574..c62e22596 100644
--- a/res/layout/dialtacts_custom_action_bar.xml
+++ b/res/layout/dialtacts_custom_action_bar.xml
@@ -32,10 +32,10 @@
<ImageButton
android:id="@+id/search_option"
android:layout_width="wrap_content"
- android:paddingLeft="4dip"
- android:paddingRight="4dip"
+ android:paddingStart="4dip"
+ android:paddingEnd="4dip"
android:layout_height="match_parent"
- android:layout_alignParentRight="true"
+ android:layout_alignParentEnd="true"
android:contentDescription="@string/action_menu_overflow_description"
android:importantForAccessibility="yes"
android:src="@drawable/ic_menu_overflow"