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

Commit 03977f1e authored by Steve McKay's avatar Steve McKay Committed by android-build-merger
Browse files

Merge "Make delete dialog match spec." into nyc-dev

am: e0dc3f29

* commit 'e0dc3f29':
  Make delete dialog match spec.
parents b2c660be e0dc3f29
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -18,8 +18,9 @@
    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"
    android:paddingTop="30dp"
    android:paddingTop="24dp"
    android:gravity="center"
    android:paddingStart="24dp"
    android:paddingEnd="24dp"
    android:textAppearance="@android:style/TextAppearance.Material.Subhead"
    android:textAppearance="@android:style/TextAppearance.Material.Subhead"
    android:textColor="@*android:color/primary_text_default_material_light">
    android:textColor="@*android:color/primary_text_default_material_light">
</TextView>
</TextView>