Skip to content
This repository was archived by the owner on Oct 4, 2022. It is now read-only.

Commit 1c3be42

Browse files
committed
Merge branch 'master' of github.com:oddlyspaced/Notch-Pie-New
Merge working code removing unused changes
2 parents b7fad21 + a9b3ce9 commit 1c3be42

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/src/main/java/com/oddlyspaced/np/Fragments/NotchSettingsFragment.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ public void onClick(View v) {
415415

416416
ArrayList<NotchItem> list = new ArrayList<>();
417417
NotchItem teardrop = new NotchItem();
418-
teardrop.setHeight(95);
418+
teardrop.setHeight(90);
419419
teardrop.setWidth(1);
420420
teardrop.setSize(80);
421421
teardrop.setTopRadius(0);
@@ -432,11 +432,11 @@ public void onClick(View v) {
432432

433433

434434
NotchItem mid = new NotchItem();
435-
mid.setHeight(100);
436-
mid.setWidth(56);
437-
mid.setSize(167);
438-
mid.setTopRadius(81);
439-
mid.setBottomRadius(80);
435+
mid.setHeight(92);
436+
mid.setWidth(53);
437+
mid.setSize(125);
438+
mid.setTopRadius(52);
439+
mid.setBottomRadius(100);
440440
list.add(mid);
441441

442442
RecyclerView notchStyles= main.findViewById(R.id.rvNotchStyles);

0 commit comments

Comments
 (0)