We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3767fca commit 938c061Copy full SHA for 938c061
app/src/main/res/layout/pin_description_dialog.xml
@@ -43,20 +43,13 @@
43
44
</LinearLayout>
45
46
- <LinearLayout
+ <Button
47
+ android:id="@+id/pin_description_dismiss"
48
android:layout_width="match_parent"
49
android:layout_height="wrap_content"
50
android:layout_gravity="center"
- android:layout_margin="@dimen/pin_description_dialog_margin">
51
-
52
- <Button
53
- android:id="@+id/pin_description_dismiss"
54
- android:layout_width="match_parent"
55
- android:layout_height="wrap_content"
56
- android:layout_gravity="end"
57
- android:text="@string/ok"
58
- android:textColor="@color/black" />
59
60
- </LinearLayout>
+ android:layout_margin="@dimen/pin_description_dialog_margin"
+ android:text="@string/ok"
+ android:textColor="@color/black" />
61
62
0 commit comments