diff options
author | Sean Leonard <meanderingcode@aetherislands.net> | 2013-07-04 08:41:32 -0600 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-07-18 15:44:58 -0600 |
commit | b358f7883257fdf2c5ca391ce7dcc51ff28f6266 (patch) | |
tree | 3b15f19af9084ba69223e826a011ae86cef6e57b /res/layout | |
parent | 85cbeb46d371b96af0034f08e2e323d3bc202c49 (diff) |
Clean up AboutFragment, remove donation text
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/about.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/res/layout/about.xml b/res/layout/about.xml index 5820d291..366bdcec 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -33,19 +33,6 @@ android:autoLink="all" android:text="@string/copyright_guicode" /> - <Space - android:layout_width="match_parent" - android:layout_height="10sp" /> - - <TextView - android:id="@+id/donatestring" - android:layout_width="match_parent" - android:layout_height="wrap_content" /> - - <Space - android:layout_width="match_parent" - android:layout_height="10sp" /> - <TextView android:id="@+id/translation" android:layout_width="match_parent" |