Skip to content

Instantly share code, notes, and snippets.

@Mustufa786
Created August 5, 2019 05:54
Show Gist options
  • Save Mustufa786/5b2224bfc3f7dce788b75d815cdd938d to your computer and use it in GitHub Desktop.
Save Mustufa786/5b2224bfc3f7dce788b75d815cdd938d to your computer and use it in GitHub Desktop.
<string-array name="people_names">
<item>Anderson Thomas</item>
<item>Adams Green</item>
<item>Laura Michelle</item>
<item>Betty L</item>
<item>Miller Wilson</item>
<item>Garcia Lewis</item>
<item>Roberts Turner</item>
<item>Mary Jackson</item>
<item>Sarah Scott</item>
<item>Kevin John</item>
<item>Elizabeth</item>
<item>Evans Collins</item>
<item>Roberts</item>
<item>Betty C</item>
<item>Susan Lee</item>
</string-array>
<integer-array name="people_images">
<item>@drawable/photo_male_1</item>
<item>@drawable/photo_male_2</item>
<item>@drawable/photo_female_1</item>
<item>@drawable/photo_female_2</item>
<item>@drawable/photo_male_3</item>
<item>@drawable/photo_female_3</item>
<item>@drawable/photo_male_4</item>
<item>@drawable/photo_female_4</item>
<item>@drawable/photo_female_5</item>
<item>@drawable/photo_male_5</item>
<item>@drawable/photo_female_6</item>
<item>@drawable/photo_male_6</item>
<item>@drawable/photo_male_7</item>
<item>@drawable/photo_female_7</item>
<item>@drawable/photo_female_8</item>
</integer-array>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment