From 6042399fcd3276ad375a1fc71cd576650f2cae93 Mon Sep 17 00:00:00 2001 From: tongtongstudio Date: Fri, 16 Sep 2022 20:31:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AB=96=E5=B1=8F=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/AndroidManifest.xml | 89 +- .../main/res/layout-port/fragment_custom.xml | 38 +- .../main/res/layout-port/fragment_second.xml | 889 +++++++++--------- 3 files changed, 524 insertions(+), 492 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 2710256..1fb231c 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -3,35 +3,52 @@ xmlns:tools="http://schemas.android.com/tools" package="com.uiui.aios" android:sharedUserId="android.uid.system"> + - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - + + + - + + - + + @@ -57,7 +74,6 @@ android:launchMode="singleTask" android:resizeableActivity="true" android:resumeWhilePausing="true" - android:screenOrientation="sensorLandscape" android:stateNotNeeded="true" android:taskAffinity="com.example.taskaffinity.newtask" android:windowSoftInputMode="adjustPan"> @@ -138,11 +154,14 @@ - + + + + android:value="${AMAP_KEY}" /> + @@ -194,7 +213,9 @@ - + + + - + + + android:process=":xg_vip_service" /> + @@ -219,18 +242,22 @@ - + + + android:authorities="${applicationId}.XGVIP_PUSH_AUTH" /> + + android:authorities="${applicationId}.TPUSH_PROVIDER" /> + + tools:replace="android:exported" /> + @@ -240,7 +267,9 @@ - + + + + android:exported="false" /> + + + android:value="1500030457" /> + - \ No newline at end of file diff --git a/app/src/main/res/layout-port/fragment_custom.xml b/app/src/main/res/layout-port/fragment_custom.xml index 18254f1..0ebb9f1 100644 --- a/app/src/main/res/layout-port/fragment_custom.xml +++ b/app/src/main/res/layout-port/fragment_custom.xml @@ -22,7 +22,7 @@ android:layout_height="match_parent" android:layout_marginStart="8dp" android:layout_marginTop="8dp" - android:layout_marginEnd="4dp" + android:layout_marginEnd="8dp" android:layout_marginBottom="4dp" android:layout_weight="3" android:background="@drawable/custom_background"> @@ -77,16 +77,23 @@ app:layout_constraintStart_toStartOf="@+id/tv_temp" app:layout_constraintTop_toBottomOf="@+id/tv_temp" /> + + + @@ -122,6 +129,7 @@ android:layout_height="wrap_content" android:layout_marginTop="@dimen/dp_2" android:textColor="@color/black" + android:textStyle="bold" app:layout_constraintEnd_toEndOf="@+id/iv_head" app:layout_constraintStart_toStartOf="@+id/iv_head" app:layout_constraintTop_toBottomOf="@+id/iv_head" /> @@ -133,10 +141,10 @@ android:layout_width="0dp" android:layout_height="match_parent" android:layout_marginStart="4dp" - android:layout_marginTop="8dp" + android:layout_marginTop="4dp" android:layout_marginEnd="8dp" android:layout_marginBottom="4dp" - android:layout_weight="2" + android:layout_weight="1" android:background="@drawable/custom_background"> @@ -270,21 +278,20 @@ - @@ -313,12 +320,19 @@ app:layout_constraintTop_toTopOf="parent" /> + + + - + android:layout_marginStart="8dp" + android:layout_marginTop="8dp" + android:layout_marginEnd="8dp" + android:layout_marginBottom="4dp" + android:layout_weight="1" + android:background="@drawable/custom_background"> + + + + + android:id="@+id/cl1" + android:layout_width="match_parent" + android:layout_height="0dp" + android:visibility="gone" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintTop_toBottomOf="@+id/textView9"> + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + app:layout_constraintStart_toEndOf="@+id/iv_img" + app:layout_constraintTop_toTopOf="@+id/iv_img" /> + + - - - - - - - - - - - - - - - - - - - + android:layout_marginTop="8dp" + android:text="购买信息" + android:textColor="@color/red" + app:layout_constraintStart_toStartOf="@+id/iv_img" + app:layout_constraintTop_toBottomOf="@+id/iv_img" /> + + + + + + + + + + + android:layout_marginBottom="16dp" + android:text="立刻抢购" + android:textSize="22sp" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" /> + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + app:layout_constraintStart_toEndOf="@+id/iv_aimg" + app:layout_constraintTop_toTopOf="@+id/iv_aimg" /> + + + android:layout_marginBottom="16dp" + android:text="阅读全文" + android:textSize="22sp" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" /> + + - + + + + + + + + + + - + android:layout_marginStart="16dp" + android:maxLines="1" + android:text="活动名称" + android:textColor="@color/black" + android:textSize="22sp" + android:textStyle="bold" + app:layout_constraintStart_toEndOf="@+id/iv_avatar_a" + app:layout_constraintTop_toTopOf="parent" /> - + - + - - - - - - - + - + + + + + + + + + + + + + + + + + + + + + + + + + - - \ No newline at end of file