summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorSarmad Hashmi <mhashmi@google.com>2016-09-14 21:05:05 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-09-14 21:05:05 +0000
commit90c6a2c115eafe48c926496cd31afb3c4ef914b2 (patch)
treec6aebdbaf2335e4d40259ae1f8f13c28ac5982f5 /res
parentfc17ba8a41303fd27124808410148f62c60d2989 (diff)
parent90221588e1d8e3fd3b2215d27471890de359a779 (diff)
[DO NOT MERGE] Fix block/unblock crash in call log history tab.
am: 90221588e1 Change-Id: Ib5e83db37bd84e24be0786ea1e5d8403261acd3b
Diffstat (limited to 'res')
-rw-r--r--res/layout/call_log_activity.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/layout/call_log_activity.xml b/res/layout/call_log_activity.xml
index 0109df7d6..aa1a6f44d 100644
--- a/res/layout/call_log_activity.xml
+++ b/res/layout/call_log_activity.xml
@@ -33,4 +33,8 @@
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1" />
+ <RelativeLayout
+ android:id="@+id/floating_action_button_container"
+ android:layout_width="0dp"
+ android:layout_height="0dp" />
</LinearLayout>