file_display_action_list_element.xml 1.4 KB

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. ownCloud Android client application
  4. Copyright (C) 2012 Bartek Przybylski
  5. This program is free software: you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation, either version 3 of the License, or
  8. (at your option) any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with this program. If not, see <http://www.gnu.org/licenses/>.
  15. -->
  16. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  17. android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_gravity="center_horizontal" android:gravity="center_horizontal">
  18. <ImageView android:layout_width="wrap_content"
  19. android:layout_height="wrap_content" android:src="@drawable/icon"
  20. android:id="@+id/imageView1" android:layout_gravity="center_vertical"></ImageView>
  21. <TextView android:text="TextView" android:id="@+id/textView1"
  22. android:layout_width="wrap_content" android:layout_height="wrap_content"
  23. android:layout_gravity="center_vertical" android:textSize="11pt"></TextView>
  24. </LinearLayout>