We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e14a9c1 commit 995de60Copy full SHA for 995de60
app/src/main/res/layout/nearby_permission_dialog.xml
@@ -1,13 +1,16 @@
1
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
2
- android:layout_width="fill_parent"
+ android:layout_width="match_parent"
3
android:layout_height="wrap_content" >
4
5
<CheckBox
6
android:id="@+id/never_ask_again"
7
style="?android:attr/textAppearanceMedium"
8
+ android:layout_width="wrap_content"
9
android:layout_height="wrap_content"
10
android:text="@string/never_ask_again"
11
- android:layout_margin="5dp" />
+ android:layout_marginTop="5dp"
12
+ android:layout_marginBottom="5dp"
13
+ android:layout_marginEnd="20dp"
14
+ android:layout_marginStart="20dp"/>
15
16
</FrameLayout>
0 commit comments