0% found this document useful (0 votes)
135 views1 page

XML

The document describes an Android layout with multiple nested FrameLayout and RelativeLayout containers. It defines the structure and properties of elements in the layout like background colors, padding, text sizes etc.

Uploaded by

BLACK CYBER
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
135 views1 page

XML

The document describes an Android layout with multiple nested FrameLayout and RelativeLayout containers. It defines the structure and properties of elements in the layout like background colors, padding, text sizes etc.

Uploaded by

BLACK CYBER
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Layout xmlns:android="http://schemas.android.

com/apk/res/android"
xmlns:whatsapp="http://schemas.android.com/apk/res-auto" android:id="@id/root_view"
android:background="@drawable/hulkbb" android:layout_width="fill_parent"
android:layout_height="fill_parent">
<FrameLayout android:layout_gravity="bottom"
android:id="@id/navigation_bar_protection"
android:background="@android:color/black" android:layout_width="fill_parent"
android:layout_height="wrap_content" />
<FrameLayout android:id="@id/camera_frame" android:layout_width="fill_parent"
android:layout_height="fill_parent" />
<RelativeLayout android:layout_width="fill_parent"
android:layout_height="fill_parent">
<LinearLayout android:orientation="vertical"
android:fitsSystemWindows="true" android:layout_width="fill_parent"
android:layout_height="fill_parent">
<RelativeLayout android:id="@id/call_notification"
android:background="@drawable/call_duration_bar_background"
android:paddingLeft="16.0dip" android:paddingTop="8.0dip"
android:paddingRight="16.0dip" android:paddingBottom="8.0dip"
android:layout_width="fill_parent" android:layout_height="wrap_content">
<com.whatsapp.WaTextView android:textSize="17.0sp"
android:textColor="@android:color/white" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:text="@string/tap_to_return_to_call"
android:layout_toLeftOf="@id/call_notification_timer"
android:layout_alignParentLeft="true" />
<com.whatsapp.WaTextView android:textSize="16.0sp"
android:textColor="@android:color/white" android:gravity="center_vertical"
android:id="@id/call_notification_timer" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_alignParentRight="true"
android:textAllCaps="true" />
</RelativeLayout>

You might also like