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

Commit 34550674 authored by Diksha Gohlyan's avatar Diksha Gohlyan
Browse files

[NBU review] Crate new folder , right align

Test: atest DocumentsUIGoogleTests
Bug: 168245088

Change-Id: Ib9bc05666236155cf6561831d107ca16aaa99a1f
parent 964f189f
Loading
Loading
Loading
Loading
+3 −9
Original line number Diff line number Diff line
@@ -99,20 +99,14 @@
                android:layout_width="match_parent"
                android:orientation="vertical">

                <View
                    android:layout_width="match_parent"
                    android:layout_height="1dp"
                    android:layout_marginStart="8dp"
                    android:layout_marginEnd="8dp"
                    android:background="?android:strokeColor"/>

                <Button
                    android:id="@+id/action_button"
                    android:layout_height="wrap_content"
                    android:layout_width="wrap_content"
                    android:layout_marginStart="48dp"
                    android:layout_gravity="start"
                    android:layout_marginEnd="16dp"
                    android:layout_gravity="end"
                    style="@style/DialogTextButton"/>

            </LinearLayout>

        </LinearLayout>