diff options
author | Sean Leonard <meanderingcode@aetherislands.net> | 2013-07-26 15:30:24 -0600 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-07-26 15:30:24 -0600 |
commit | f49967fb3f24bf0a22d09b5823bd174a45e758f7 (patch) | |
tree | 7fefe9ec3aeff998c5dd99861428717a2c5f3a41 /res/layout/about.xml | |
parent | 8dbb4517b07c42c3b37b0764d63973b5b1ed5ee6 (diff) | |
parent | b69c9a87f60e649221c8f83d58bbd57b35a64aca (diff) |
Merge branch 'release-0.2.0'0.2.0
Diffstat (limited to 'res/layout/about.xml')
-rw-r--r-- | res/layout/about.xml | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/res/layout/about.xml b/res/layout/about.xml index 5820d291..74835d1e 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -21,7 +21,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:autoLink="all" - android:text="@string/copyright_blinktgui" /> + android:text="@string/copyright_leapgui" /> <Space android:layout_width="match_parent" @@ -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" @@ -87,17 +74,6 @@ android:layout_width="match_parent" android:layout_height="20sp" /> - <TextView - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:text="@string/file_dialog" - android:textAppearance="?android:attr/textAppearanceMedium" /> - - <TextView - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:text="@string/copyright_file_dialog" /> - <Space android:layout_width="match_parent" android:layout_height="20sp" /> |