mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 20:59:54 +01:00
Show Doze Dialog only after startup and provide "don't ask again" option
This commit is contained in:
16
briar-android/src/main/res/layout/checkbox.xml
Normal file
16
briar-android/src/main/res/layout/checkbox.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/checkbox"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="@dimen/margin_activity_horizontal"
|
||||
android:layout_marginTop="@dimen/margin_activity_vertical"
|
||||
android:checked="false"
|
||||
android:text="@string/don_t_ask_again"/>
|
||||
|
||||
</FrameLayout>
|
||||
Reference in New Issue
Block a user