Skip to content
Snippets Groups Projects
Select Git revision
  • fe33051186d529b7331564a9c200889c80e2fd8e
  • master default
2 results

fragment_camera.xml

Blame
  • fragment_camera.xml 586 B
    <?xml version="1.0" encoding="utf-8"?>
    <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:app="http://schemas.android.com/apk/res-auto"
        android:orientation="vertical" android:layout_width="match_parent"
        android:layout_height="match_parent">
    
        <ImageView
            android:id="@+id/imageView"
            android:layout_width="match_parent"
            android:layout_height="300dp"
            android:layout_alignParentStart="true"
            android:layout_marginStart="13dp"
            app:srcCompat="@drawable/googleg_standard_color_18" />
    </RelativeLayout>