mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-23 06:21:31 +01:00
fix #71
This commit is contained in:
parent
c3a31a97ef
commit
3de4b7c56f
1 changed files with 6 additions and 6 deletions
|
@ -1,14 +1,14 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:orientation="vertical"
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:padding="10dp"
|
android:layout_height="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:orientation="vertical"
|
||||||
|
android:padding="10dp">
|
||||||
|
|
||||||
<de.jrpie.android.launcher.ui.util.HtmlTextView
|
<de.jrpie.android.launcher.ui.util.HtmlTextView
|
||||||
|
android:id="@+id/dialog_select_lock_method_text"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/screen_lock_method_dialog_text"
|
android:text="@string/screen_lock_method_dialog_text"
|
||||||
android:id="@+id/dialog_select_lock_method_text"
|
android:textColor="@android:color/black" />
|
||||||
android:textColor="@color/material_dynamic_primary0"
|
|
||||||
/>
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
Loading…
Add table
Reference in a new issue