0

Please guys can you tell which language is it

<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center" android:orientation="vertical"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:text="Hello World!" /> </LinearLayout>

22nd Aug 2019, 8:17 PM
ossama ez-zyati
3 Réponses
+ 1
Thanks
23rd Aug 2019, 8:08 PM
ossama ez-zyati
+ 9
If you're referring to the first code you pasted out of the several ones, then that seems to be an Android Studio layout written in XML
22nd Aug 2019, 8:22 PM
Faisal
Faisal - avatar
+ 3
The language is XML
23rd Aug 2019, 2:01 AM
Sonic
Sonic - avatar