Skip to content

Instantly share code, notes, and snippets.

@pareshchouhan
Last active October 13, 2015 13:18
Show Gist options
  • Save pareshchouhan/c12857524c3904326446 to your computer and use it in GitHub Desktop.
Save pareshchouhan/c12857524c3904326446 to your computer and use it in GitHub Desktop.
<LinearLayout
android:orientation="horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<ImageView
android:id="@+id/title_logo"
android:src="@drawable/ic_lock_outline_black_24dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<TextView
android:id="@+id/title_text"
android:text="Notifications"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment