We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3815860 + adb85a4 commit d070293Copy full SHA for d070293
core/res/res/layout/choose_type_and_account.xml
@@ -38,7 +38,7 @@
38
<View android:layout_height="3dip"
39
android:layout_width="match_parent"
40
android:background="#323232"/>
41
-
+
42
<TextView android:id="@+id/description"
43
android:layout_width="wrap_content"
44
android:layout_height="wrap_content"
@@ -56,7 +56,12 @@
56
android:layout_weight="1"
57
android:scrollbarAlwaysDrawVerticalTrack="true" />
58
59
+ <View android:layout_height="1dip"
60
+ android:layout_width="match_parent"
61
+ android:background="?android:attr/dividerHorizontal" />
62
63
<Button android:id="@+id/addAccount"
64
+ style="?android:attr/buttonBarButtonStyle"
65
66
67
android:layout_marginLeft="2dip"
0 commit comments