Skip to content

Instantly share code, notes, and snippets.

@mderazon
Last active December 23, 2015 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mderazon/6653962 to your computer and use it in GitHub Desktop.
Save mderazon/6653962 to your computer and use it in GitHub Desktop.
search item
<?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="match_parent"
android:textAlignment="gravity" >
<TextView
android:id="@+id/search_item_venue_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/cyan"
/>
<TextView
android:id="@+id/search_item_venue_address"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toRightOf="@+id/search_item_venue_name"
android:textColor="@color/white" />
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment