summaryrefslogtreecommitdiffstats
path: root/java/com/android/dialer/postcall/res/layout/post_call_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/postcall/res/layout/post_call_activity.xml')
-rw-r--r--java/com/android/dialer/postcall/res/layout/post_call_activity.xml23
1 files changed, 11 insertions, 12 deletions
diff --git a/java/com/android/dialer/postcall/res/layout/post_call_activity.xml b/java/com/android/dialer/postcall/res/layout/post_call_activity.xml
index c42764e5b..256c110b9 100644
--- a/java/com/android/dialer/postcall/res/layout/post_call_activity.xml
+++ b/java/com/android/dialer/postcall/res/layout/post_call_activity.xml
@@ -14,21 +14,20 @@
~ See the License for the specific language governing permissions and
~ limitations under the License
-->
-<LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:background="@color/background_dialer_white"
android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/background_dialer_white">
-
- <com.android.dialer.widget.DialerToolbar
- android:id="@+id/toolbar"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"/>
+ android:layout_height="match_parent">
<FrameLayout
android:id="@+id/message_container"
android:layout_width="match_parent"
- android:layout_height="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_alignParentBottom="true"
android:background="@color/background_dialer_white"/>
-</LinearLayout> \ No newline at end of file
+
+ <com.android.dialer.widget.DialerToolbar
+ android:id="@+id/toolbar"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"/>
+</RelativeLayout> \ No newline at end of file