From 84e391f79e4c298e31b990667a54d991d645949f Mon Sep 17 00:00:00 2001 From: 554325746@qq.com <554325746@qq.com> Date: 星期三, 25 十二月 2019 09:01:50 +0800 Subject: [PATCH] a --- app/src/main/res/layout/fragment_toolbar.xml | 38 +++++++++++++++++++++++++++++++++----- 1 files changed, 33 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout/fragment_toolbar.xml b/app/src/main/res/layout/fragment_toolbar.xml index ef858db..5ede863 100644 --- a/app/src/main/res/layout/fragment_toolbar.xml +++ b/app/src/main/res/layout/fragment_toolbar.xml @@ -16,6 +16,21 @@ android:layout_weight="1" /> <Button + android:id="@+id/call" + android:visibility="gone" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center_vertical" + android:layout_marginRight="@dimen/w10" + android:background="@drawable/blue_button" + android:gravity="center_vertical" + android:padding="@dimen/h5" + android:text="鍛煎彨" + android:textColor="@color/colorWhite" + android:textSize="@dimen/base_info_text_size" /> + + <Button + android:visibility="gone" android:id="@+id/home" android:layout_width="wrap_content" android:layout_height="wrap_content" @@ -102,12 +117,25 @@ </LinearLayout> - <ImageView - android:layout_marginLeft="@dimen/w15" + <LinearLayout android:layout_width="wrap_content" - android:layout_height="@dimen/h65" - android:scaleType="centerInside" - android:src="@drawable/logo" /> + android:layout_height="wrap_content" + android:orientation="horizontal"> + <ImageView + android:layout_marginLeft="@dimen/w15" + android:layout_width="wrap_content" + android:layout_height="@dimen/h65" + android:scaleType="centerInside" + android:src="@drawable/logo" /> + <TextView + android:visibility="gone" + android:id="@+id/update_apk" + android:layout_marginLeft="@dimen/w15" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="鏈夋柊鐗堟湰锛岃瀹夎1" + /> + </LinearLayout> </RelativeLayout> -- Gitblit v1.8.0