Skip to content
Snippets Groups Projects
Commit a9f02177 authored by Tharun kumar's avatar Tharun kumar
Browse files

Upload New File

parent 6c2b4927
Branches
No related tags found
No related merge requests found
<?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"
tools:context=".MainActivity"
android:background="@drawable/img2">
<ImageView
android:id="@+id/adminloginlogo"
android:layout_width="150dp"
android:layout_height="150dp"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:layout_marginTop="119dp"
android:background="@drawable/lg4" />
<EditText
android:id="@+id/adminname"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerInParent="true"
android:layout_marginStart="149dp"
android:layout_marginLeft="149dp"
android:layout_marginBottom="362dp"
android:ems="10"
android:drawableLeft="@drawable/ic_action_email"
android:hint="Admin Name"
android:inputType="textEmailAddress" />
<EditText
android:id="@+id/adminpassword"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:layout_marginStart="153dp"
android:layout_marginLeft="149dp"
android:layout_marginBottom="292dp"
android:ems="10"
android:hint="Password"
android:drawableLeft="@drawable/ic_action_lock2"/>
<androidx.cardview.widget.CardView
android:id="@+id/Adminlogin"
android:layout_width="260dp"
android:layout_height="50dp"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_centerHorizontal="true"
android:layout_marginTop="530dp"
android:layout_marginEnd="68dp"
android:layout_marginRight="68dp"
app:cardBackgroundColor="@color/colorAccent"
app:cardCornerRadius="25dp"
app:cardElevation="10dp">
<RelativeLayout
android:layout_width="262dp"
android:layout_height="37dp">
<TextView
android:id="@+id/aaminlogintext"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_alignParentBottom="true"
android:layout_marginEnd="105dp"
android:layout_marginRight="105dp"
android:layout_marginBottom="4dp"
android:background="@color/colorAccent"
android:text="Login" />
</RelativeLayout>
/>
</androidx.cardview.widget.CardView>
</RelativeLayout>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment