aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/docs/v1_6/CheatSheet.md
diff options
context:
space:
mode:
Diffstat (limited to 'googlemock/docs/v1_6/CheatSheet.md')
0 files changed, 0 insertions, 0 deletions
a> 26 27
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content" >

    <TextView
        style="@style/SectionHeader"
        android:id="@+id/stickylist_header_text"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_gravity="start|left"
        android:text="header text" />

    <TextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textAppearance="?android:attr/textAppearanceSmall"
        android:text="key count"
        android:id="@+id/contacts_num"
        android:layout_centerVertical="true"
        android:layout_alignParentRight="true"
        android:layout_alignParentEnd="true"
        android:layout_marginRight="8dp"
        android:visibility="gone"
        android:textColor="@android:color/darker_gray" />

</RelativeLayout>