|
@@ -8,28 +8,29 @@
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"/>
|
|
android:layout_height="match_parent"/>
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:id="@+id/guide_tab"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
|
|
+ android:layout_marginBottom="40dp"
|
|
|
|
|
+ android:orientation="horizontal"/>
|
|
|
|
|
+
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/guide_skip"
|
|
android:id="@+id/guide_skip"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
|
|
- android:layout_alignParentTop="true"
|
|
|
|
|
android:paddingTop="2dp"
|
|
android:paddingTop="2dp"
|
|
|
android:paddingBottom="2dp"
|
|
android:paddingBottom="2dp"
|
|
|
android:paddingStart="@dimen/content_padding_15"
|
|
android:paddingStart="@dimen/content_padding_15"
|
|
|
android:paddingEnd="@dimen/content_padding_15"
|
|
android:paddingEnd="@dimen/content_padding_15"
|
|
|
- android:layout_margin="@dimen/content_padding_20"
|
|
|
|
|
- android:textColor="#918F8F"
|
|
|
|
|
- android:textSize="14sp"
|
|
|
|
|
- android:background="@drawable/shape_ash_solid_rectangle"
|
|
|
|
|
- android:text="跳过" />
|
|
|
|
|
-
|
|
|
|
|
- <LinearLayout
|
|
|
|
|
- android:id="@+id/guide_tab"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
|
|
|
|
+ android:layout_above="@+id/guide_tab"
|
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerHorizontal="true"
|
|
|
- android:layout_marginBottom="50dp"
|
|
|
|
|
- android:orientation="horizontal"/>
|
|
|
|
|
|
|
+ android:layout_marginBottom="20dp"
|
|
|
|
|
+ android:textColor="@android:color/white"
|
|
|
|
|
+ android:textSize="20sp"
|
|
|
|
|
+ android:background="@drawable/shape_white_stroke_rectangle"
|
|
|
|
|
+ android:text="立即体验" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|