summaryrefslogtreecommitdiff
path: root/res/layout/blocked_numbers_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/blocked_numbers_activity.xml')
-rw-r--r--res/layout/blocked_numbers_activity.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/blocked_numbers_activity.xml b/res/layout/blocked_numbers_activity.xml
index b5810b7fa..d28eaf879 100644
--- a/res/layout/blocked_numbers_activity.xml
+++ b/res/layout/blocked_numbers_activity.xml
@@ -17,5 +17,6 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/blocked_numbers_activity_container"
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:layout_marginTop="@dimen/action_bar_height">
</FrameLayout>