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

Commit cce7f88c authored by Diksha Gohlyan's avatar Diksha Gohlyan Committed by Android (Google) Code Review
Browse files

Merge "[NBU review] Crate new folder , right align" into mainline-prod

parents 3d07b20e 34550674
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>