Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b7771fa authored by Guojing Yuan's avatar Guojing Yuan
Browse files

[CDM] Fix a UI clip issue

Fix: 316201118

Test: manually tested the UI
Change-Id: I1168ff285e922903547d60bec26e2756f398a90d
parent 3bef74d0
Loading
Loading
Loading
Loading
+48 −39
Original line number Original line Diff line number Diff line
@@ -18,7 +18,14 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_height="match_parent"
    style="@style/ScrollViewStyle">
    style="@style/ScrollViewStyle"
    android:importantForAccessibility="no">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:baselineAligned="false"
        android:importantForAccessibility="no">


        <LinearLayout
        <LinearLayout
            android:id="@+id/data_transfer_confirmation"
            android:id="@+id/data_transfer_confirmation"
@@ -71,4 +78,6 @@


        </LinearLayout>
        </LinearLayout>


    </LinearLayout>

</ScrollView>
</ScrollView>
 No newline at end of file