Show application name bold

This commit is contained in:
M66B 2015-10-26 10:26:17 +01:00
parent 4cf6c952f4
commit 9f760025a9
3 changed files with 2 additions and 3 deletions

View File

@ -84,8 +84,6 @@ public class RuleAdapter extends RecyclerView.Adapter<RuleAdapter.ViewHolder> im
SharedPreferences prefs = context.getSharedPreferences(name, Context.MODE_PRIVATE);
prefs.edit().putBoolean(rule.info.packageName, isChecked).apply();
notifyDataSetChanged();
BlackHoleService.reload(name, context);
}
};

View File

@ -25,7 +25,8 @@
android:layout_height="match_parent"
android:ellipsize="end"
android:singleLine="true"
android:textAppearance="@android:style/TextAppearance.Material.Medium" />
android:textAppearance="@android:style/TextAppearance.Material.Medium"
android:textStyle="bold" />
<TextView
android:id="@+id/tvPackage"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 257 KiB

After

Width:  |  Height:  |  Size: 253 KiB