File tree Expand file tree Collapse file tree
java/com/pennapps/labs/pennmobile Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public void onClick(View view) {
4040 });
4141 featureRequest .setMovementMethod (LinkMovementMethod .getInstance ());
4242 String text = "PennMobile was developed by Penn Labs, with funding<br>" +
43- "and support from the Undergraduate Assembly. <br><br> © 2014 Penn Labs <br><br>" +
43+ "and support from the Undergraduate Assembly. Special thanks to Vishwa Patel. <br><br> © 2014 Penn Labs <br><br>" +
4444 "<a href='mailto:pennappslabs@gmail.com?subject=[Penn Mobile Android]'>Request a feature</a><br><br>" +
4545 "<a href='http://pennlabs.org'>More information</a>" ;
4646 featureRequest .setText (Html .fromHtml (text ));
Original file line number Diff line number Diff line change 1212 android : paddingBottom =" 40dp"
1313 android : paddingLeft =" 40dp"
1414 android : paddingRight =" 40dp"
15- android : paddingTop =" 40dp "
15+ android : paddingTop =" 20dp "
1616 android : src =" @drawable/app_shared_logo" />
1717
1818 <TextView
1919 android : id =" @+id/about_desc"
2020 android : paddingLeft =" 40dp"
2121 android : paddingRight =" 40dp"
22- android : paddingBottom =" 20dp"
2322 style =" @style/MainText" />
2423
2524</LinearLayout >
You can’t perform that action at this time.
0 commit comments