fragment_scan_file.xml 790 B

123456789101112131415161718
  1. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
  3. android:layout_height="match_parent"
  4. tools:context="de.tudarmstadt.informatik.hostage.ui.fragment.ScanFileFragment">
  5. <!-- TODO: Update blank fragment layout -->
  6. <TextView android:layout_width="match_parent" android:layout_height="match_parent"
  7. android:text="@string/hello_blank_fragment" />
  8. <TextView
  9. android:layout_width="wrap_content"
  10. android:layout_height="wrap_content"
  11. android:textAppearance="?android:attr/textAppearanceSmall"
  12. android:text="Small Text"
  13. android:id="@+id/scanResult"
  14. android:layout_gravity="left|center_vertical" />
  15. </FrameLayout>