|
@@ -19,68 +19,11 @@
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
|
|
+ android:layout_height="280dp"
|
|
|
android:gravity="center_horizontal"
|
|
android:gravity="center_horizontal"
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
- android:paddingBottom="@dimen/content_padding_10"
|
|
|
|
|
- android:paddingEnd="@dimen/content_padding_20"
|
|
|
|
|
- android:paddingStart="@dimen/content_padding_20"
|
|
|
|
|
- android:paddingTop="@dimen/status_bar_height"
|
|
|
|
|
app:expandedTitleTextAppearance="@style/TextAppearance.Design.CollapsingToolbar.Expanded"
|
|
app:expandedTitleTextAppearance="@style/TextAppearance.Design.CollapsingToolbar.Expanded"
|
|
|
- app:layout_scrollFlags="scroll|exitUntilCollapsed">
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="?attr/actionBarSize"
|
|
|
|
|
- android:gravity="center"
|
|
|
|
|
- android:text="关于小绵羊"
|
|
|
|
|
- android:textColor="@color/black_text_deep"
|
|
|
|
|
- android:textSize="@dimen/text_size_4"
|
|
|
|
|
- android:visibility="invisible" />
|
|
|
|
|
-
|
|
|
|
|
- <ImageView
|
|
|
|
|
- android:layout_width="70dp"
|
|
|
|
|
- android:layout_height="70dp"
|
|
|
|
|
- android:layout_marginTop="@dimen/content_padding"
|
|
|
|
|
- android:visibility="invisible" />
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginTop="5dp"
|
|
|
|
|
- android:text="@string/app_name"
|
|
|
|
|
- android:textColor="@color/title"
|
|
|
|
|
- android:textSize="16sp"
|
|
|
|
|
- android:visibility="invisible" />
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:layout_marginTop="5dp"
|
|
|
|
|
- android:gravity="center"
|
|
|
|
|
- android:lineSpacingExtra="5dp"
|
|
|
|
|
- android:text="厂商:网易 | 版本号:7.9"
|
|
|
|
|
- android:textColor="@color/black_666666"
|
|
|
|
|
- android:textSize="15sp"
|
|
|
|
|
- android:visibility="invisible" />
|
|
|
|
|
-
|
|
|
|
|
- <android.support.v7.widget.AppCompatRatingBar
|
|
|
|
|
- android:id="@+id/find_game_xin"
|
|
|
|
|
- style="@style/style_rating_bar"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_marginTop="8dp"
|
|
|
|
|
- android:isIndicator="true"
|
|
|
|
|
- android:numStars="5"
|
|
|
|
|
- android:rating="1.5"
|
|
|
|
|
- android:stepSize="0.5" />
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- style="@style/style_button_wrap"
|
|
|
|
|
- android:layout_marginTop="8dp"
|
|
|
|
|
- android:layout_width="@dimen/find_bt_with"
|
|
|
|
|
- android:text="下载"
|
|
|
|
|
- android:visibility="invisible"/>
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
|
+ app:layout_scrollFlags="scroll|exitUntilCollapsed"/>
|
|
|
|
|
|
|
|
</android.support.design.widget.AppBarLayout>
|
|
</android.support.design.widget.AppBarLayout>
|
|
|
|
|
|
|
@@ -430,17 +373,17 @@
|
|
|
<ImageView
|
|
<ImageView
|
|
|
android:id="@+id/img_baseactivity_title"
|
|
android:id="@+id/img_baseactivity_title"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="?attr/actionBarSize"
|
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
android:gravity="center_vertical"
|
|
android:gravity="center_vertical"
|
|
|
- android:paddingEnd="@dimen/content_padding_20"
|
|
|
|
|
- android:paddingStart="@dimen/content_padding_20"
|
|
|
|
|
|
|
+ android:paddingEnd="@dimen/content_padding"
|
|
|
|
|
+ android:paddingStart="@dimen/content_padding"
|
|
|
android:scaleType="centerInside"
|
|
android:scaleType="centerInside"
|
|
|
android:src="@drawable/narrow_back_black" />
|
|
android:src="@drawable/narrow_back_black" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/txt_baseactivity_title"
|
|
android:id="@+id/txt_baseactivity_title"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="?attr/actionBarSize"
|
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
android:text="@string/app_name"
|
|
android:text="@string/app_name"
|
|
|
android:textColor="@color/black_text_deep"
|
|
android:textColor="@color/black_text_deep"
|
|
@@ -449,13 +392,15 @@
|
|
|
<!--右边图片按钮-->
|
|
<!--右边图片按钮-->
|
|
|
<ImageButton
|
|
<ImageButton
|
|
|
android:id="@+id/ibtn_baseactivity_right"
|
|
android:id="@+id/ibtn_baseactivity_right"
|
|
|
- android:layout_width="?attr/actionBarSize"
|
|
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
android:layout_alignParentEnd="true"
|
|
android:layout_alignParentEnd="true"
|
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerVertical="true"
|
|
|
|
|
+ android:paddingEnd="@dimen/content_padding"
|
|
|
|
|
+ android:paddingStart="@dimen/content_padding"
|
|
|
android:background="@color/translate"
|
|
android:background="@color/translate"
|
|
|
- android:gravity="center"
|
|
|
|
|
- android:minWidth="?attr/actionBarSize"/>
|
|
|
|
|
|
|
+ android:src="@mipmap/share"
|
|
|
|
|
+ android:gravity="center"/>
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
@@ -483,11 +428,20 @@
|
|
|
android:layout_marginTop="@dimen/find_game_top3"
|
|
android:layout_marginTop="@dimen/find_game_top3"
|
|
|
android:layout_below="@+id/status_height_view"
|
|
android:layout_below="@+id/status_height_view"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
- android:lineSpacingExtra="5dp"
|
|
|
|
|
android:text="厂商:网易 | 版本号:7.9"
|
|
android:text="厂商:网易 | 版本号:7.9"
|
|
|
android:textColor="@color/black_666666"
|
|
android:textColor="@color/black_666666"
|
|
|
android:textSize="12sp" />
|
|
android:textSize="12sp" />
|
|
|
|
|
|
|
|
|
|
+ <android.support.v7.widget.AppCompatRatingBar
|
|
|
|
|
+ android:id="@+id/find_game_xin"
|
|
|
|
|
+ style="@style/style_rating_bar"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_marginTop="@dimen/find_game_top5"
|
|
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
|
|
+ android:isIndicator="true"
|
|
|
|
|
+ android:numStars="5"
|
|
|
|
|
+ android:rating="1.5"
|
|
|
|
|
+ android:stepSize="0.5" />
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/find_game_down_tv"
|
|
android:id="@+id/find_game_down_tv"
|
|
|
style="@style/style_button_wrap"
|
|
style="@style/style_button_wrap"
|