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

fragment_camera.xml

Blame
  • fragment_camera.xml 638 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:layout_width="match_parent"
            android:layout_height="wrap_content"
            app:srcCompat="@drawable/googleg_standard_color_18"
            android:id="@+id/imageView"
            android:layout_centerVertical="true"
            android:layout_alignParentStart="true"
            android:layout_marginStart="13dp" />
    </RelativeLayout>