mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 18:30:50 +02:00
add accessibility service as second method for locking the screen (cf. #65)
This commit is contained in:
parent
9848785b3e
commit
f61f861950
12 changed files with 206 additions and 27 deletions
14
app/src/main/res/layout/dialog_select_lock_method.xml
Normal file
14
app/src/main/res/layout/dialog_select_lock_method.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:padding="10dp"
|
||||
android:layout_height="match_parent">
|
||||
<de.jrpie.android.launcher.ui.util.HtmlTextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/screen_lock_method_dialog_text"
|
||||
android:id="@+id/dialog_select_lock_method_text"
|
||||
android:textColor="@color/material_dynamic_primary0"
|
||||
/>
|
||||
</LinearLayout>
|
Loading…
Add table
Add a link
Reference in a new issue