<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
LinearLayout
android:layout_width
=
"match_parent"
android:layout_height
=
"match_parent"
android:orientation
=
"vertical"
tools:context
=
".MainActivity"
tools:ignore
=
"HardcodedText"
>
<
TextView
android:layout_width
=
"wrap_content"
android:layout_height
=
"wrap_content"
android:layout_marginStart
=
"32dp"
android:layout_marginTop
=
"16dp"
android:shadowColor
=
"@color/green_500"
android:shadowDx
=
"4"
android:shadowDy
=
"4"
android:shadowRadius
=
"10"
android:text
=
"GeeksforGeeks"
android:textColor
=
"#000000"
android:textSize
=
"32sp"
tools:targetApi
=
"ice_cream_sandwich"
/>
<
TextView
android:layout_width
=
"wrap_content"
android:layout_height
=
"wrap_content"
android:layout_marginStart
=
"32dp"
android:layout_marginTop
=
"16dp"
android:padding
=
"8dp"
android:shadowColor
=
"@color/green_500"
android:shadowDx
=
"-15"
android:shadowDy
=
"4"
android:shadowRadius
=
"10"
android:text
=
"GeeksforGeeks"
android:textColor
=
"#000000"
android:textSize
=
"32sp"
tools:targetApi
=
"ice_cream_sandwich"
/>
<
TextView
android:layout_width
=
"wrap_content"
android:layout_height
=
"wrap_content"
android:layout_marginStart
=
"32dp"
android:layout_marginTop
=
"16dp"
android:shadowColor
=
"@color/green_500"
android:shadowDx
=
"4"
android:shadowDy
=
"-15"
android:shadowRadius
=
"10"
android:text
=
"GeeksforGeeks"
android:textColor
=
"#000000"
android:textSize
=
"32sp"
tools:targetApi
=
"ice_cream_sandwich"
/>
</
LinearLayout
>