blob: 48ae35ac775a0d068dd2f78d6a9a9d5cd1c84a6e [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:padding="@dimen/margin_extra_large">
<org.wordpress.android.widgets.WPTextView
android:id="@+id/my_profile_dialog_label"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/margin_large"
android:layout_marginLeft="@dimen/margin_small"
android:layout_marginStart="@dimen/margin_small"
android:fontFamily="sans-serif-light"
android:textColor="@color/grey_dark"
android:textSize="@dimen/text_sz_extra_large"
android:textStyle="bold"/>
<org.wordpress.android.widgets.WPTextView
android:id="@+id/my_profile_dialog_hint"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/margin_small"
android:layout_marginStart="@dimen/margin_small"
android:layout_marginTop="@dimen/margin_medium"
android:textColor="@color/grey_darken_10"
android:textSize="@dimen/text_sz_small"/>
<org.wordpress.android.widgets.WPEditText
android:id="@+id/my_profile_dialog_input"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</LinearLayout>