21 lines
842 B
XML
21 lines
842 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/fl_test_guide"
|
|
android:visibility="gone"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/mdp150"
|
|
android:layout_marginTop="@dimen/dp150"
|
|
android:layout_toRightOf="@+id/im_guide_test_1"
|
|
android:layout_alignTop="@+id/im_guide_test_1">
|
|
<TextView
|
|
android:textSize="@dimen/dp25"
|
|
android:textColor="@color/txt_1D2C42"
|
|
android:gravity="center"
|
|
android:background="@drawable/guideline_bubble_lower_right"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:maxWidth="@dimen/dp550"
|
|
android:text="@string/guide_text_4"/>
|
|
</FrameLayout>
|