Created
June 29, 2020 18:41
-
-
Save jetaggart/d8af92043ecdda948cb982a1002ba157 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
<!-- 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