diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/call_log_activity.xml | 4 |
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> |