Skip to content

Commit adb85a4

Browse files
author
Carlos Valdivia
committed
Add Account button now follow UX guidlines.
Bug: 6387717 Change-Id: I4846c346fdbbe1ca34502a96e0277e9b305342b6
1 parent 8597321 commit adb85a4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

core/res/res/layout/choose_type_and_account.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<View android:layout_height="3dip"
3939
android:layout_width="match_parent"
4040
android:background="#323232"/>
41-
41+
4242
<TextView android:id="@+id/description"
4343
android:layout_width="wrap_content"
4444
android:layout_height="wrap_content"
@@ -56,7 +56,12 @@
5656
android:layout_weight="1"
5757
android:scrollbarAlwaysDrawVerticalTrack="true" />
5858

59+
<View android:layout_height="1dip"
60+
android:layout_width="match_parent"
61+
android:background="?android:attr/dividerHorizontal" />
62+
5963
<Button android:id="@+id/addAccount"
64+
style="?android:attr/buttonBarButtonStyle"
6065
android:layout_width="match_parent"
6166
android:layout_height="wrap_content"
6267
android:layout_marginLeft="2dip"

0 commit comments

Comments
 (0)