mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Fixed text spacing
This commit is contained in:
@@ -41,6 +41,7 @@ import com.google.android.material.snackbar.Snackbar;
|
||||
public class FragmentPro extends FragmentBase implements SharedPreferences.OnSharedPreferenceChangeListener {
|
||||
private TextView tvPending;
|
||||
private TextView tvActivated;
|
||||
private TextView tvInfo;
|
||||
private TextView tvList;
|
||||
private Button btnPurchase;
|
||||
private TextView tvPrice;
|
||||
@@ -59,12 +60,16 @@ public class FragmentPro extends FragmentBase implements SharedPreferences.OnSha
|
||||
|
||||
tvPending = view.findViewById(R.id.tvPending);
|
||||
tvActivated = view.findViewById(R.id.tvActivated);
|
||||
tvInfo = view.findViewById(R.id.tvInfo);
|
||||
tvList = view.findViewById(R.id.tvList);
|
||||
btnPurchase = view.findViewById(R.id.btnPurchase);
|
||||
tvPrice = view.findViewById(R.id.tvPrice);
|
||||
tvPriceHint = view.findViewById(R.id.tvPriceHint);
|
||||
btnCheck = view.findViewById(R.id.btnCheck);
|
||||
|
||||
tvInfo.setText(getString(R.string.title_pro_info)
|
||||
.replaceAll("^\\s+", "").replaceAll("\\s+", " "));
|
||||
|
||||
tvList.setPaintFlags(tvList.getPaintFlags() | Paint.UNDERLINE_TEXT_FLAG);
|
||||
tvList.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user