Skip to content
Snippets Groups Projects
Select Git revision
  • 13b92ad568adf231f2e57965ea24be25d3f38a6c
  • master default protected
  • one
3 results

activity_login.xml

Blame
  • activity_login.xml 17.72 KiB
    <?xml version="1.0" encoding="utf-8"?>
    <android.widget.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=".Login"
        android:background="#00bfff">
    
        <ScrollView
            android:layout_marginTop="1dp"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:id="@+id/scrollView">
            <LinearLayout
                android:layout_width="fill_parent"
                android:layout_height="fill_parent"
                android:orientation="vertical" >
    
    
                <androidx.cardview.widget.CardView
                    android:layout_width="356dp"
                    android:layout_height="430dp"
                    android:layout_alignParentTop="true"
                    android:layout_centerHorizontal="true"
                    android:layout_marginLeft="20dp"
                    android:layout_marginTop="19dp"
                    app:cardBackgroundColor="#000000"
                    app:cardCornerRadius="20dp"
                    app:cardElevation="100dp">
    
                    <RelativeLayout
                        android:layout_width="match_parent"
                        android:layout_height="288dp"
    
                        >
    
                        <ImageView
                            android:id="@+id/orphanage"
                            android:layout_width="330dp"
                            android:layout_height="390dp"
    
                            android:layout_alignParentBottom="true"
    
                            android:layout_marginStart="4dp"
    
                            android:layout_marginLeft="4dp"
                            android:layout_marginBottom="23dp"
                            android:clickable="true"
                            android:paddingLeft="20dp"
                            android:paddingRight="1dp"
                            android:paddingBottom="8dp"
                            app:srcCompat="@drawable/agaram" />
    
                        <Button
                            android:id="@+id/orphanage_web"
                            android:layout_width="80dp"
                            android:layout_height="30dp"
                            android:layout_alignParentStart="true"
                            android:layout_alignParentLeft="true"
                            android:layout_alignParentTop="true"
                            android:layout_marginStart="26dp"
                            android:layout_marginLeft="26dp"
                            android:layout_marginTop="203dp"
                            android:background="#46CB1B"
                            android:text="WEBSITE"
                            android:visibility="invisible"/>
    
                        <Button
                            android:id="@+id/orphanage_pay"