1
0
Fork 0
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:
M66B 2016-06-25 17:10:07 +02:00
parent e85e75e293
commit c79fc6ffa3

View file

@ -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"