mirror of
https://github.com/M66B/NetGuard.git
synced 2025-01-20 14:40:17 +00:00
Moved remark about rule precedence up
This commit is contained in:
parent
e85e75e293
commit
c79fc6ffa3
1 changed files with 8 additions and 8 deletions
|
@ -343,6 +343,14 @@
|
|||
android:text="@string/title_access"
|
||||
android:textAppearance="@style/TextTitle" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="4dp"
|
||||
android:text="@string/title_precedence"
|
||||
android:textAppearance="@style/TextSmall"
|
||||
android:textStyle="italic" />
|
||||
|
||||
<eu.faircode.netguard.ExpandedListView
|
||||
android:id="@+id/lvAccess"
|
||||
android:layout_width="match_parent"
|
||||
|
@ -367,14 +375,6 @@
|
|||
android:text="@string/title_notify"
|
||||
android:textAppearance="@style/TextSmall" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="4dp"
|
||||
android:text="@string/title_precedence"
|
||||
android:textAppearance="@style/TextSmall"
|
||||
android:textStyle="italic" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/btnClearAccess"
|
||||
android:layout_width="wrap_content"
|
||||
|
|
Loading…
Reference in a new issue