From 368714aa44c7dc59e846f9e4c263d9fd395baeda Mon Sep 17 00:00:00 2001 From: fyf Date: Fri, 21 Jul 2023 18:09:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=9B=91=E8=A7=86=E7=95=8C?= =?UTF-8?q?=E9=9D=A212?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/home/fragment/Home1Fragment.java | 1 - app/src/main/res/layout/activity_file.xml | 6 +- app/src/main/res/layout/fragment_home1.xml | 39 +------ .../res/layout/fragment_system_internet.xml | 13 ++- .../item/layout/item_file_picker_show.xml | 103 +++++++++--------- 5 files changed, 67 insertions(+), 95 deletions(-) diff --git a/app/src/main/java/com/bonait/bnframework/modules/home/fragment/Home1Fragment.java b/app/src/main/java/com/bonait/bnframework/modules/home/fragment/Home1Fragment.java index c1481e0f..77749098 100644 --- a/app/src/main/java/com/bonait/bnframework/modules/home/fragment/Home1Fragment.java +++ b/app/src/main/java/com/bonait/bnframework/modules/home/fragment/Home1Fragment.java @@ -123,7 +123,6 @@ public class Home1Fragment extends BaseFragment { protected View onCreateView() { View root = LayoutInflater.from(getActivity()).inflate(R.layout.fragment_home1, null); ButterKnife.bind(this, root); - return root; } diff --git a/app/src/main/res/layout/activity_file.xml b/app/src/main/res/layout/activity_file.xml index b142e44d..649672e0 100644 --- a/app/src/main/res/layout/activity_file.xml +++ b/app/src/main/res/layout/activity_file.xml @@ -5,7 +5,9 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" - tools:context=".modules.home.fragment.from.FileActivity"> + tools:context=".modules.home.fragment.from.FileActivity" + android:background="@color/app_color_blue" + app:qmui_skin_background="?attr/app_skin_common_background"> android:layout_width="match_parent" android:layout_height="wrap_content"> - - - - - - - - - - - - - android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="预计剩余时间:300s"/> - - - - - - - - - - - - android:layout_weight="1" android:layout_height="match_parent"> - - - - - - - - - - app:thumbTextBold="true" android:stepSize="1" app:thumbWithinTrackBounds="true" - app:enableDrawHalo="false"/> - + app:enableDrawHalo="false" + /> diff --git a/app/src/main/res/layout/fragment_system_internet.xml b/app/src/main/res/layout/fragment_system_internet.xml index 9771d61e..63ddbf26 100644 --- a/app/src/main/res/layout/fragment_system_internet.xml +++ b/app/src/main/res/layout/fragment_system_internet.xml @@ -4,15 +4,16 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" + android:background="@color/qmui_config_color_white" tools:context=".modules.home.fragment.from.fragment.systeminternetfragment"> + android:orientation="vertical"> + android:text="已有图片列表" + android:textSize="@dimen/text_size_16" + /> diff --git a/app/src/main/res/layout/item/layout/item_file_picker_show.xml b/app/src/main/res/layout/item/layout/item_file_picker_show.xml index 16425820..d9008e2b 100644 --- a/app/src/main/res/layout/item/layout/item_file_picker_show.xml +++ b/app/src/main/res/layout/item/layout/item_file_picker_show.xml @@ -1,60 +1,61 @@ - - - + xmlns:tools="http://schemas.android.com/tools" + android:layout_width="match_parent" + android:layout_height="80dp" + android:gravity="center_vertical" + android:orientation="horizontal"> + android:layout_marginTop="10dp" + android:background="@color/activity_background" + android:layout_marginLeft="@dimen/dp_10" + android:layout_marginRight="@dimen/dp_10" + android:layout_width="match_parent" + android:layout_height="match_parent"> - + - + android:orientation="vertical" + android:padding="10dp"> + + + + /> - + - + + \ No newline at end of file