mac
2024-10-22 572e05ea7dc60efc7721809b5155c1e01a78913a
三星折叠屏显示界面不全修复
5个文件已修改
55 ■■■■ 已修改文件
app/src/main/res/layout/activity_as_regards.xml 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_home_login.xml 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/fragment_me.xml 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/fragment_message.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/home_bottom_line.xml 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/activity_as_regards.xml
@@ -11,6 +11,20 @@
        android:id="@+id/toolbar_top_rl"
        layout="@layout/toolbar_top_view_44" />
    <androidx.core.widget.NestedScrollView
        android:layout_width="0dp"
        android:layout_height="0dp"
        android:fillViewport="true"
        android:overScrollMode="never"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toBottomOf="@+id/toolbar_top_rl">
        <androidx.constraintlayout.widget.ConstraintLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent">
    <ImageView
        android:id="@+id/as_regards_icon_iv"
        android:layout_width="53.5dp"
@@ -19,7 +33,7 @@
        android:src="@drawable/logo"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toBottomOf="@+id/toolbar_top_rl" />
                app:layout_constraintTop_toTopOf="parent" />
    <TextView
        android:id="@+id/as_regards_icon_versions_tv"
@@ -220,6 +234,8 @@
    </RelativeLayout>
        </androidx.constraintlayout.widget.ConstraintLayout>
    </androidx.core.widget.NestedScrollView>
</androidx.constraintlayout.widget.ConstraintLayout>
app/src/main/res/layout/activity_home_login.xml
@@ -8,6 +8,18 @@
    android:background="@color/text_FFFFFFFF"
    tools:context="com.hdl.photovoltaic.ui.LoginActivity">
    <androidx.core.widget.NestedScrollView
        android:layout_width="match_parent"
        android:maxLines="1"
        android:layout_height="match_parent"
        android:fillViewport="true"
        android:overScrollMode="never">
        <androidx.constraintlayout.widget.ConstraintLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent">
    <ImageView
        android:layout_width="0dp"
        android:layout_height="612dp"
@@ -303,6 +315,7 @@
            android:textColor="@color/text_FF000000"
            android:textSize="@dimen/text_14" />
    </LinearLayout>
        </androidx.constraintlayout.widget.ConstraintLayout>
    </androidx.core.widget.NestedScrollView>
</androidx.constraintlayout.widget.ConstraintLayout>
app/src/main/res/layout/fragment_me.xml
@@ -5,6 +5,16 @@
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@drawable/bj">
    <androidx.core.widget.NestedScrollView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:fillViewport="true"
        android:overScrollMode="never">
        <androidx.constraintlayout.widget.ConstraintLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent">
    <!--头部标签-->
    <RelativeLayout
        android:id="@+id/title_cl"
@@ -28,7 +38,6 @@
    </RelativeLayout>
    <androidx.constraintlayout.widget.ConstraintLayout
        android:id="@+id/fragment_me_icon_parent_cl"
@@ -91,7 +100,6 @@
            app:layout_constraintTop_toTopOf="@+id/fragment_me_user_role_tv" />
    </androidx.constraintlayout.widget.ConstraintLayout>
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="0dp"
@@ -120,6 +128,8 @@
            android:id="@+id/fragment_me_line_asregards_il"
            layout="@layout/fragment_me_line" />
    </LinearLayout>
        </androidx.constraintlayout.widget.ConstraintLayout>
    </androidx.core.widget.NestedScrollView>
</androidx.constraintlayout.widget.ConstraintLayout>
app/src/main/res/layout/fragment_message.xml
@@ -33,7 +33,7 @@
            android:layout_height="wrap_content"
            android:layout_centerVertical="true"
            android:layout_marginStart="20dp"
            android:layout_marginEnd="4dp"
            android:layout_marginEnd="36dp"
            android:layout_toEndOf="@+id/message_tab_nascent_title_tv"
            android:text="@string/alarm_record"
            android:textColor="@color/text_66000000"
app/src/main/res/layout/home_bottom_line.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="0dp"
    android:layout_height="@dimen/dp_49"
    android:layout_width="100dp"
    android:layout_height="@dimen/dp_64"
    android:layout_weight="1">
    <ImageView
@@ -16,7 +16,7 @@
    <TextView
        android:id="@+id/title_tv"
        android:layout_width="wrap_content"
        android:layout_height="@dimen/text_16"
        android:layout_height="wrap_content"
        android:layout_below="@+id/icon_iv"
        android:layout_centerInParent="true"
        android:textColor="@color/text_E6000000"