Initial commit
This commit is contained in:
20
resources/res/layout/include_factory_guide_layout.xml
Normal file
20
resources/res/layout/include_factory_guide_layout.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/fl_factory_guide"
|
||||
android:visibility="gone"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="@dimen/mdp120"
|
||||
android:layout_marginTop="@dimen/dp150"
|
||||
android:layout_toRightOf="@+id/im_guide_factory_1"
|
||||
android:layout_alignTop="@+id/im_guide_factory_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_3"/>
|
||||
</FrameLayout>
|
||||
Reference in New Issue
Block a user