diff options
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" /> |