Skip to content

Instantly share code, notes, and snippets.

View bwang95's full-sized avatar

Brian Wang bwang95

View GitHub Profile
@bwang95
bwang95 / activity_main.xml
Created December 1, 2015 00:29
Android Animation Workshop MainActivity
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
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"
android:orientation="vertical"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
@bwang95
bwang95 / arrays.xml
Created October 14, 2015 22:45
Arrays XML file for Android Beginner 10/14
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="volleyball_schedule">
<item>W 3-0 vs. TCU</item>
<item>W 3-0 at West Virginia</item>
<item>W 3-0 vs. Iowa State</item>
<item>W 3-0 at Baylor</item>
<item>W 3-1 vs. Oklahoma</item>
<item>10/17 vs. Texas Tech</item>
<item>10/21 at Kansas State</item>