File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed
Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 21032103
21042104 <activity android : name =" android.accounts.ChooseAccountTypeActivity"
21052105 android : excludeFromRecents =" true"
2106- android : theme =" @android:style/Theme.Holo.DialogWhenLarge.NoActionBar "
2106+ android : theme =" @android:style/Theme.Holo.Dialog "
21072107 android : label =" @string/choose_account_label"
21082108 android : process =" :ui" >
21092109 </activity >
Original file line number Diff line number Diff line change 2020<LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
2121 android : layout_width =" match_parent"
2222 android : layout_height =" match_parent"
23- android : orientation =" vertical"
24- android : paddingStart =" 16dip"
25- android : paddingEnd =" 16dip" >
26-
27- <TextView android : id =" @+id/title"
28- android : layout_width =" wrap_content"
29- android : layout_height =" wrap_content"
30- android : textAppearance =" ?android:attr/textAppearanceMedium"
31- android : layout_gravity =" start"
32- android : text =" @string/add_account_label"
33- android : paddingTop =" 16dip"
34- android : paddingBottom =" 16dip"
35- android : textColor =" @android:color/holo_blue_light"
36- />
23+ android : orientation =" vertical" >
3724
3825 <View android : layout_height =" 3dip"
3926 android : layout_width =" match_parent"
You can’t perform that action at this time.
0 commit comments