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

Commit 57218b5a authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

am 3c110e50: Fix account type selector for adding accounts to match holo layout guidelines.

* commit '3c110e50':
  Fix account type selector for adding accounts to match holo layout guidelines.
parents fbc72cd6 3c110e50
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -20,7 +20,9 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical">
    android:orientation="vertical"
    android:paddingLeft="16dip"
    android:paddingRight="16dip">

    <ListView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@android:id/list"
        android:layout_width="match_parent"