mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
Fix magic numbers in passcodelock.xml #12
This commit is contained in:
parent
41fab305bd
commit
7d7b9cfbc6
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
android:text="@string/pass_code_enter_pass_code"
|
||||
android:textColor="@android:color/black"
|
||||
android:gravity="center_horizontal"
|
||||
android:textSize="16sp"
|
||||
android:textSize="@dimen/two_line_primary_text_size"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
|
@ -42,7 +42,7 @@
|
|||
android:text="@string/pass_code_configure_your_pass_code_explanation"
|
||||
android:textAppearance="@android:style/TextAppearance.Small"
|
||||
android:gravity="center_horizontal"
|
||||
android:textSize="14sp"
|
||||
android:textSize="@dimen/two_line_secondary_text_size"
|
||||
/>
|
||||
|
||||
<LinearLayout
|
||||
|
|
Loading…
Reference in a new issue