31 lines
1.2 KiB
XML
31 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<ImageView
|
|
android:layout_gravity="bottom"
|
|
android:id="@+id/im_guide_select_1"
|
|
android:background="@drawable/link_professor_left"
|
|
android:visibility="gone"
|
|
android:layout_width="@dimen/dp336"
|
|
android:layout_height="@dimen/dp294"
|
|
android:layout_marginLeft="@dimen/mdp25"
|
|
android:layout_marginBottom="@dimen/mdp50"/>
|
|
<FrameLayout
|
|
android:layout_gravity="bottom"
|
|
android:id="@+id/fl_test_guide"
|
|
android:visibility="gone"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp160"
|
|
android:layout_marginBottom="@dimen/dp10">
|
|
<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_8"/>
|
|
</FrameLayout>
|
|
</merge>
|