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

5 lines
492 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:padding="0.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="0.0dip"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:textAppearance="?android:textAppearanceSmallInverse" android:autoLink="all" android:id="@android:id/text1" android:clipToPadding="false" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</FrameLayout>