text_file_preview.xml 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="utf-8"?><!--
  2. ownCloud Android client application
  3. Copyright (C) 2012-2013 ownCloud Inc.
  4. This program is free software: you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License version 2,
  6. as published by the Free Software Foundation.
  7. This program is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. GNU General Public License for more details.
  11. You should have received a copy of the GNU General Public License
  12. along with this program. If not, see <http://www.gnu.org/licenses/>.
  13. -->
  14. <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  15. android:layout_width="match_parent"
  16. android:layout_height="match_parent"
  17. android:fillViewport="true">
  18. <TextView
  19. android:id="@+id/text_preview"
  20. android:layout_width="match_parent"
  21. android:layout_height="wrap_content"
  22. android:padding="@dimen/standard_padding"
  23. android:textIsSelectable="true"
  24. android:visibility="gone"/>
  25. </ScrollView>