Weather/res/layout/layout_guide_location_info.xml
2021-05-10 10:13:34 +02:00

5 lines
560 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:textSize="11.0dip" android:textColor="#ffffffff" android:background="@drawable/tip_arrow_down" android:paddingLeft="12.0dip" android:paddingTop="13.0dip" android:paddingRight="12.0dip" android:paddingBottom="12.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="点击选择拍摄图片地址" />
</FrameLayout>