Skip to content

Commit

Permalink
Added licenses page.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsp committed Dec 27, 2013
1 parent 813d1ec commit d5818d8
Show file tree
Hide file tree
Showing 6 changed files with 594 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Whats Shaking NZ/res/layout/licenses_fragment.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">

<WebView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/licensesFragmentWebView"
android:visibility="invisible" />

<ProgressBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:indeterminate="true"
android:id="@+id/licensesFragmentIndeterminateProgress" />

</RelativeLayout>
11 changes: 11 additions & 0 deletions Whats Shaking NZ/res/menu/activity_about.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" >

<item
android:id="@+id/menu_licenses"
android:icon="@drawable/ic_menu_help"
android:orderInCategory="100"
android:showAsAction="always"
android:title="@string/menu_licenses"/>

</menu>
Loading

0 comments on commit d5818d8

Please sign in to comment.