Skip to content

Commit 90aa24e

Browse files
committed
Merge pull request #158 from pennlabs/vishwa-credit
Gave credit to Vishwa
2 parents 8a3ca3e + f3656bd commit 90aa24e

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

PennMobile/src/main/java/com/pennapps/labs/pennmobile/AboutFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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> &copy; 2014 Penn Labs <br><br>" +
43+
"and support from the Undergraduate Assembly. Special thanks to Vishwa Patel. <br><br> &copy; 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));

PennMobile/src/main/res/layout/fragment_about.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@
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>

0 commit comments

Comments
 (0)