Open license page in browser when tapping on license line

This commit is contained in:
Brion Vibber 2013-05-17 13:39:43 -07:00
parent eac7fdb575
commit 5b761ea132
2 changed files with 20 additions and 1 deletions

View file

@ -34,5 +34,5 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/share_license_summary"
android:id="@+id/textView" android:layout_gravity="center" android:layout_marginTop="16dp"/>
android:id="@+id/licenseLabel" android:layout_gravity="center" android:layout_marginTop="16dp"/>
</LinearLayout>