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

Upload New File

parent a9f02177
No related branches found
No related tags found
No related merge requests found
<?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"
android:layout_width="80dp"
android:layout_height="30dp"
android:layout_alignParentTop="true"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_marginTop="202dp"
android:layout_marginEnd="24dp"
android:layout_marginRight="24dp"
android:background="#46CB1B"
android:text="DONATE"
android:visibility="invisible"/>
</RelativeLayout>
<TextView
android:id="@+id/ct1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="270dp"
android:layout_marginTop="334dp"
android:linksClickable="true"
android:text="more info"
android:textColor="#00bfff" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginTop="250dp"
android:layout_marginRight="10dp"
android:text="Agaram Foundation is an educational foundation located in Tamil Nadu, India. This foundation was started on 25 September 2006 by tamil cinema actor Suriya with a goal of bringing a in the socio-economic status of the rural society in Tamil Nadu by offering education to students" />
<ImageView
android:id="@+id/ipay"
android:layout_width="66dp"
android:layout_height="61dp"
android:layout_marginLeft="270dp"
android:layout_marginTop="360dp"
android:clickable="true"
android:src="@drawable/gpayc" />
<ImageView
android:id="@+id/map"
android:layout_width="66dp"
android:layout_height="61dp"
android:layout_marginLeft="180dp"
android:layout_marginTop="360dp"
android:src="@drawable/maps" />
</androidx.cardview.widget.CardView>
<androidx.cardview.widget.CardView
android:layout_width="356dp"
android:layout_height="460dp"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:layout_marginLeft="20dp"
android:layout_marginTop="19dp"
app:cardBackgroundColor="#000000"
app:cardCornerRadius="20dp"
app:cardElevation="40dp">
<RelativeLayout
android:layout_width="341dp"
android:layout_height="match_parent"
>
<ImageView
android:id="@+id/assam"
android:layout_width="match_parent"
android:layout_height="219dp"
android:layout_alignParentTop="true"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_marginLeft="20dp"
android:layout_marginTop="18dp"
android:clickable="true"
app:srcCompat="@drawable/assam" />
<Button
android:id="@+id/assam_web"
android:layout_width="80dp"
android:layout_height="30dp"
android:layout_alignParentStart="true"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:layout_marginStart="57dp"
android:layout_marginLeft="57dp"
android:layout_marginTop="399dp"
android:background="#46CB1B"
android:text="WEBSITE"
android:visibility="invisible"/>
<Button
android:id="@+id/assam_pay"
android:layout_width="80dp"
android:layout_height="30dp"
android:layout_alignParentTop="true"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_marginTop="426dp"
android:layout_marginEnd="125dp"
android:layout_marginRight="125dp"
android:background="#46CB1B"
android:text="DONATE"
android:visibility="invisible"/>
</RelativeLayout>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="30dp"
android:layout_marginTop="250dp"
android:layout_marginRight="10dp"
android:text="CM Relief fund shall be utilized at the discretion of the Chief Minister in such a manner, as he does fit and proper to render financial assistance, relief to deserving persons/institutions.CM Relief fund shall be built up with contributions received from the public, both individual and organizations or any other voluntary contributions received from time to time." />
<TextView
android:id="@+id/ct2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="112dp"
android:layout_marginTop="367dp"
android:linksClickable="true"
android:text="more info"
android:textColor="#00bfff" />
<ImageView
android:id="@+id/ipay_assam"
android:layout_width="66dp"
android:layout_height="61dp"
android:layout_marginLeft="270dp"
android:layout_marginTop="380dp"
android:clickable="true"
android:src="@drawable/gpayc" />
</androidx.cardview.widget.CardView>
<androidx.cardview.widget.CardView
android:layout_width="356dp"
android:layout_height="410dp"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:layout_marginLeft="20dp"
android:layout_marginTop="19dp"
app:cardBackgroundColor="#000000"
app:cardCornerRadius="20dp">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<ImageView
android:id="@+id/bihar"
android:layout_width="312dp"
android:layout_height="290dp"
android:layout_alignParentTop="true"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_marginLeft="10dp"
android:layout_marginTop="-41dp"
android:layout_marginRight="20dp"
android:clickable="true"
app:srcCompat="@drawable/coronavirus" />
<Button
android:id="@+id/bihar_web"
android:layout_width="80dp"
android:layout_height="30dp"
android:layout_alignParentStart="true"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:layout_marginStart="8dp"
android:layout_marginLeft="8dp"
android:layout_marginTop="351dp"
android:background="#46CB1B"
android:text="WEBSITE"
android:visibility="invisible"/>
<Button
android:id="@+id/bihar_pay"
android:layout_width="80dp"
android:layout_height="30dp"
android:layout_alignParentTop="true"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_marginTop="356dp"
android:layout_marginEnd="176dp"
android:layout_marginRight="176dp"
android:background="#46CB1B"
android:text="DONATE"
android:visibility="invisible"/>
</RelativeLayout>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginTop="200dp"
android:layout_marginRight="10dp"
android:text="The Prime Minister's Citizen Assistance and Relief in Emergency Situations Fund (PM CARES Fund) was created on 28 March 2020 following the COVID-19 pandemic in India. The fund will be used for combating, containment and relief efforts against the coronavirus outbreak and similar pandemic like situations in the future."
/>
<TextView
android:id="@+id/ct3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="260dp"
android:layout_marginTop="300dp"
android:linksClickable="true"
android:text="more info"
android:textColor="#00bfff" />
<ImageView
android:id="@+id/ipay_bihar"
android:layout_width="66dp"
android:layout_height="61dp"
android:layout_marginLeft="270dp"
android:layout_marginTop="330dp"
android:clickable="true"
android:src="@drawable/gpayc" />
</androidx.cardview.widget.CardView>
<androidx.cardview.widget.CardView
android:layout_width="356dp"
android:layout_height="460dp"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:layout_marginLeft="20dp"
android:layout_marginTop="19dp"
app:cardBackgroundColor="#000000"
app:cardCornerRadius="20dp"
app:cardElevation="40dp">
<RelativeLayout
android:layout_width="341dp"
android:layout_height="match_parent"
>
<ImageView
android:id="@+id/military"
android:layout_width="match_parent"
android:layout_height="219dp"
android:layout_alignParentTop="true"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_marginLeft="20dp"
android:layout_marginTop="18dp"
android:clickable="true"
app:srcCompat="@drawable/bihar_fund" />
<Button
android:id="@+id/military_web"
android:layout_width="80dp"
android:layout_height="30dp"
android:layout_alignParentStart="true"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:layout_marginStart="40dp"
android:layout_marginLeft="40dp"
android:layout_marginTop="415dp"
android:background="#46CB1B"
android:text="WEBSITE"
android:visibility="invisible"/>
<Button
android:id="@+id/military_pay"
android:layout_width="80dp"
android:layout_height="30dp"
android:layout_alignParentTop="true"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_marginTop="426dp"
android:layout_marginEnd="125dp"
android:layout_marginRight="125dp"
android:background="#46CB1B"
android:text="DONATE"
android:visibility="invisible"/>
</RelativeLayout>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="30dp"
android:layout_marginTop="250dp"
android:layout_marginRight="10dp"
android:text="CM Relief fund shall be utilized at the discretion of the Chief Minister in such a manner, as he does fit and proper to render financial assistance, relief to deserving persons/institutions.CM Relief fund shall be built up with contributions received from the public, both individual and organizations or any other voluntary contributions received from time to time." />
<TextView
android:id="@+id/ct4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="112dp"
android:layout_marginTop="367dp"
android:linksClickable="true"
android:text="more info"
android:textColor="#00bfff" />
<ImageView
android:id="@+id/ipay_milit"
android:layout_width="66dp"
android:layout_height="61dp"
android:layout_marginLeft="270dp"
android:layout_marginTop="380dp"
android:clickable="true"
android:src="@drawable/gpayc" />
</androidx.cardview.widget.CardView>
</LinearLayout>
</ScrollView>
</android.widget.RelativeLayout>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment