Skip to content

Instantly share code, notes, and snippets.

@jetaggart
Created June 29, 2020 18:41
Show Gist options
  • Save jetaggart/d8af92043ecdda948cb982a1002ba157 to your computer and use it in GitHub Desktop.
Save jetaggart/d8af92043ecdda948cb982a1002ba157 to your computer and use it in GitHub Desktop.
<!-- android/app/src/main/res/layout/fragment_people.xml:1 -->
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".PeopleFragment">
<ListView
android:id="@+id/list_people"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</FrameLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment