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

content_start.xml

Blame
  • content_start.xml 838 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"
        xmlns:tools="http://schemas.android.com/tools"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="#7fa87f"
        app:layout_behavior="@string/appbar_scrolling_view_behavior"
        tools:context="com.example.srinivasan.database2.Start"
        tools:showIn="@layout/activity_start">
    
    
        <ImageView
            android:id="@+id/imageView"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_alignParentTop="true"
            android:layout_centerHorizontal="true"
            android:layout_marginTop="125dp"
            app:srcCompat="@drawable/clean" />
    </RelativeLayout>