Skip to content

Instantly share code, notes, and snippets.

@john-evangelist
Last active August 29, 2015 14:01
Show Gist options
  • Save john-evangelist/daff42ceba9cae241c16 to your computer and use it in GitHub Desktop.
Save john-evangelist/daff42ceba9cae241c16 to your computer and use it in GitHub Desktop.
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="60dp"
android:orientation="horizontal"
android:padding="5dip">
<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="dd/MM/yyyy"
android:id="@+id/data_view"
android:textSize="13dp"
android:layout_marginStart="15dp"
android:layout_marginTop="10dp"
/>
<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/valor_view"
android:layout_marginTop="40dp"
android:layout_marginStart="15dp"
android:text="111.11"
android:textSize="15dp"/>
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment