Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="utf-8"?>
<merge
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:textSize="@dimen/content_secondary_size" android:textColor="@color/grey" android:gravity="right" android:id="@id/account_name" android:layout_marginBottom="10.0dip" android:layout_alignParentTop="true" android:layout_alignParentRight="true" style="@style/RedeemGiftCardText" />
<LinearLayout android:orientation="horizontal" android:id="@id/balance_row" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/details_content_margin" android:layout_marginRight="@dimen/details_content_margin" android:layout_marginBottom="20.0dip" android:layout_below="@id/account_name">
<TextView android:textColor="@color/white" android:ellipsize="end" android:id="@id/current_play_balance_label" android:layout_width="0.0dip" android:text="@string/balance_label" android:singleLine="true" android:layout_weight="1.0" style="@style/RedeemGiftCard