tmap/res/layout/watermark_view.xml
2022-06-10 21:38:30 +09:00

5 lines
583 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:background="@android:color/transparent" android:clickable="false" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:textSize="@dimen/tmap_60dp" android:textColor="@color/color_1aff0000" android:id="@id/main_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="" android:layout_centerInParent="true" android:rotation="315.0" android:textAlignment="center" />
</RelativeLayout>