Skip to content

Instantly share code, notes, and snippets.

@alikhaaki
Created October 28, 2018 16:01
Show Gist options
  • Save alikhaaki/2e0cc386e6cac2299e1b20ad137634f5 to your computer and use it in GitHub Desktop.
Save alikhaaki/2e0cc386e6cac2299e1b20ad137634f5 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"
android:layout_width="match_parent"
android:layout_height="120dp"
android:background="@color/colorPrimary">
<TextView
android:id="@+id/text_header_email_signUp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentEnd="true"
android:layout_marginBottom="8dp"
android:layout_marginEnd="180dp"
android:textColor="@color/WhiteColor"
android:textSize="@dimen/text_tiny"/>
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment