mirror of
https://github.com/M66B/NetGuard.git
synced 2024-12-25 01:07:52 +00:00
Show application name bold
This commit is contained in:
parent
4cf6c952f4
commit
9f760025a9
3 changed files with 2 additions and 3 deletions
|
@ -84,8 +84,6 @@ public class RuleAdapter extends RecyclerView.Adapter<RuleAdapter.ViewHolder> im
|
||||||
SharedPreferences prefs = context.getSharedPreferences(name, Context.MODE_PRIVATE);
|
SharedPreferences prefs = context.getSharedPreferences(name, Context.MODE_PRIVATE);
|
||||||
prefs.edit().putBoolean(rule.info.packageName, isChecked).apply();
|
prefs.edit().putBoolean(rule.info.packageName, isChecked).apply();
|
||||||
|
|
||||||
notifyDataSetChanged();
|
|
||||||
|
|
||||||
BlackHoleService.reload(name, context);
|
BlackHoleService.reload(name, context);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -25,7 +25,8 @@
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:textAppearance="@android:style/TextAppearance.Material.Medium" />
|
android:textAppearance="@android:style/TextAppearance.Material.Medium"
|
||||||
|
android:textStyle="bold" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tvPackage"
|
android:id="@+id/tvPackage"
|
||||||
|
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 257 KiB After Width: | Height: | Size: 253 KiB |
Loading…
Reference in a new issue