Part 2. XML Basics
By looking at the default structure of XML file we'll be discussing attributes.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
...
scoveviber.hashnode.dev1 min read