apps-android-commons/app/src/main/res/layout/nearby_permission_dialog.xml

16 lines
No EOL
579 B
XML

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
<CheckBox
android:id="@+id/never_ask_again"
style="?android:attr/textAppearanceMedium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/never_ask_again"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:layout_marginEnd="20dp"
android:layout_marginStart="20dp"/>
</FrameLayout>