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

Commit 7c3586c5 authored by Jatin Lodhia's avatar Jatin Lodhia Committed by Android (Google) Code Review
Browse files

Merge "Make the theme for choose account and choose account type dialogs same." into jb-mr1-dev

parents 1ed143ea 856b01e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2103,7 +2103,7 @@

        <activity android:name="android.accounts.ChooseAccountTypeActivity"
                android:excludeFromRecents="true"
                android:theme="@android:style/Theme.Holo.DialogWhenLarge.NoActionBar"
                android:theme="@android:style/Theme.Holo.Dialog"
                android:label="@string/choose_account_label"
                android:process=":ui">
        </activity>
+1 −14
Original line number Diff line number Diff line
@@ -20,20 +20,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    android:paddingStart="16dip"
    android:paddingEnd="16dip">

    <TextView android:id="@+id/title"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textAppearance="?android:attr/textAppearanceMedium"
        android:layout_gravity="start"
        android:text="@string/add_account_label"
        android:paddingTop="16dip"
        android:paddingBottom="16dip"
        android:textColor="@android:color/holo_blue_light"
    />
    android:orientation="vertical">

    <View android:layout_height="3dip"
          android:layout_width="match_parent"