Fix: dots style for displays with high density
This commit is contained in:
parent
736197f289
commit
d06c27cdd3
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ public class TutorialActivity extends AppCompatActivity {
|
|||
for (int i = 0; i < dots.length; i++) {
|
||||
dots[i] = new TextView(this);
|
||||
dots[i].setText(Html.fromHtml("•"));
|
||||
dots[i].setTextSize(35);
|
||||
dots[i].setTextSize(30);
|
||||
dots[i].setTextColor(inactiveColor);
|
||||
dotsLayout.addView(dots[i]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue