Skip to content

Commit d070293

Browse files
Carlos ValdiviaAndroid (Google) Code Review
authored andcommitted
Merge "Add Account button now follow UX guidlines." into jb-dev
2 parents 3815860 + adb85a4 commit d070293

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)