Skip to content

Instantly share code, notes, and snippets.

@sourabh86
Created October 3, 2013 19:05
Show Gist options
  • Save sourabh86/6815239 to your computer and use it in GitHub Desktop.
Save sourabh86/6815239 to your computer and use it in GitHub Desktop.
Activity which is called when a user clicks on a HashTag, for HashTags example
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<ListView
android:id="@+id/messagesWithTag"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
</ListView>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment