|
|
@@ -10,64 +10,47 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
|
- <RelativeLayout
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentBottom="true"
|
|
|
- android:layout_marginBottom="48dp"
|
|
|
- android:paddingLeft="35dp"
|
|
|
- android:paddingRight="35dp">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_jump"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:padding="10dp"
|
|
|
- android:textSize="@dimen/px39_13sp" />
|
|
|
- <!--android:text="@string/jump"-->
|
|
|
- <!--android:textColor="@color/text_dark_gray2"-->
|
|
|
-
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_next"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:padding="10dp"
|
|
|
- android:text="@string/next"
|
|
|
- android:textSize="@dimen/px39_13sp" />
|
|
|
- <!--android:textColor="@color/text_blue"-->
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerInParent="true"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <View
|
|
|
- android:id="@+id/v_1"
|
|
|
- android:layout_width="6dp"
|
|
|
- android:layout_height="6dp" />
|
|
|
- <!--android:background="@drawable/corners_guide_banner_type"-->
|
|
|
-
|
|
|
-
|
|
|
- <View
|
|
|
- android:id="@+id/v_2"
|
|
|
- android:layout_width="6dp"
|
|
|
- android:layout_height="6dp"
|
|
|
- android:layout_marginLeft="11dp" />
|
|
|
- <!--android:background="@drawable/corners_guide_banner_type"-->
|
|
|
-
|
|
|
- <View
|
|
|
- android:id="@+id/v_3"
|
|
|
- android:layout_width="6dp"
|
|
|
- android:layout_height="6dp"
|
|
|
- android:layout_marginLeft="11dp" />
|
|
|
- <!--android:background="@drawable/corners_guide_banner_type"-->
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
+ android:layout_marginBottom="68dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:id="@+id/v_1"
|
|
|
+ android:layout_width="6dp"
|
|
|
+ android:layout_height="6dp"
|
|
|
+ android:background="@drawable/corners_guide_banner_type" />
|
|
|
+
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:id="@+id/v_2"
|
|
|
+ android:layout_width="6dp"
|
|
|
+ android:layout_height="6dp"
|
|
|
+ android:layout_marginLeft="11dp"
|
|
|
+ android:background="@drawable/corners_guide_banner_type" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:id="@+id/v_3"
|
|
|
+ android:layout_width="6dp"
|
|
|
+ android:layout_height="6dp"
|
|
|
+ android:layout_marginLeft="11dp"
|
|
|
+ android:background="@drawable/corners_guide_banner_type" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/btn_jump"
|
|
|
+ android:layout_width="49dp"
|
|
|
+ android:layout_height="22dp"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginTop="44dp"
|
|
|
+ android:layout_marginRight="24dp"
|
|
|
+ android:background="@drawable/corners_stork_gray_11"
|
|
|
+ android:text="@string/jump"
|
|
|
+ android:textColor="@color/edit_input_gray"
|
|
|
+ android:textSize="@dimen/px36_12sp" />
|
|
|
</RelativeLayout>
|