Skip to content

Instantly share code, notes, and snippets.

@bangarharshit
Created June 25, 2017 06:42
Show Gist options
  • Save bangarharshit/4d1021fabb691c60c55a36295a946fee to your computer and use it in GitHub Desktop.
Save bangarharshit/4d1021fabb691c60c55a36295a946fee to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<com.harshitbangar.conductormvp.HomeView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
>
<android.support.v7.widget.Toolbar
android:layout_width="match_parent"
android:background="?colorPrimary"
android:layout_height="wrap_content"/>
<GridView
android:id="@+id/tideLocationsGrid"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:numColumns="2"
/>
</com.harshitbangar.conductormvp.HomeView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment