Skip to content

Instantly share code, notes, and snippets.

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