Skip to content

Instantly share code, notes, and snippets.

@pnalvarez
Created October 16, 2023 02:20
Show Gist options
  • Save pnalvarez/b7a845825aaf8164c97223814929a1fe to your computer and use it in GitHub Desktop.
Save pnalvarez/b7a845825aaf8164c97223814929a1fe to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<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=".MainActivity">
<View
android:layout_width="match_parent"
android:layout_height="100dp"
android:background="@color/blue"
>
</View>
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment