Skip to content

Instantly share code, notes, and snippets.

@mzorz
mzorz / gist:b282065abfabebd4cb95
Created January 23, 2015 20:39
Doesnt work within custom view in actionBar (doesnt fill the whole area)
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="?attr/actionBarSize"
android:background="@color/mint"
>
<!--<RelativeLayout-->
<!--android:layout_width="fill_parent"-->
<!--android:layout_height="fill_parent"-->
<!--android:background="@color/mint"-->
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="?attr/actionBarSize"
android:background="@color/mint"
>
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@color/mint"