-
-
Save bangarharshit/4d1021fabb691c60c55a36295a946fee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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