5 lines
680 B
XML
5 lines
680 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<TextView android:textSize="12.0dip" android:textColor="#ffc8c8c8" android:gravity="center" android:paddingLeft="14.0dip" android:paddingTop="8.0dip" android:paddingRight="10.0dip" android:paddingBottom="7.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/click_to_edit_content" android:lines="1" android:drawableRight="@drawable/postcard_background_guide" android:drawablePadding="4.0dip" />
|
|
</LinearLayout> |