From 560d53cafc4aa81b949d3a0b46e1e5837b47f775 Mon Sep 17 00:00:00 2001 From: haijiang <181069201@qq.com> Date: Fri, 20 Apr 2018 11:59:03 +0800 Subject: [PATCH] 修复bug --- app/src/main/res/layout/fragment_setting_layout.xml | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/layout/fragment_setting_layout.xml b/app/src/main/res/layout/fragment_setting_layout.xml index 4452907..3cdb3b9 100644 --- a/app/src/main/res/layout/fragment_setting_layout.xml +++ b/app/src/main/res/layout/fragment_setting_layout.xml @@ -119,9 +119,18 @@ android:layout_marginLeft="@dimen/x40" android:layout_marginRight="@dimen/x40" android:layout_marginTop="@dimen/x24" - android:background="@mipmap/bt_red" + android:background="@mipmap/bt_blue" android:text="������������" android:gravity="center" android:textColor="@color/white" android:textSize="16sp" /> + <TextView + android:id="@+id/tv_version" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:gravity="center_horizontal|bottom" + android:layout_marginBottom="30dp" + android:text="������������V1.0" + android:textColor="@color/dark_gray_txt" + android:textSize="18sp" /> </LinearLayout> \ No newline at end of file -- Gitblit v1.8.0