diff options
author | Sean Leonard <meanderingcode@aetherislands.net> | 2013-07-12 21:39:20 -0600 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-07-18 15:44:58 -0600 |
commit | 8addeb2ced0db9979877e51347f076c3bf0b33b2 (patch) | |
tree | e7b47f27b67f518f88bff9d4fade9113698fd3be /res/layout | |
parent | 2265ab2f534c53de6ea28ca5dfc64a56c5a14403 (diff) |
Remove credit for pieces we're not using from About fragment
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/about.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/res/layout/about.xml b/res/layout/about.xml index 366bdcec..3404686b 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -74,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" /> |