Skip to content

Commit 76c161b

Browse files
committed
chore: update Android gradle and Unity USS styles
1 parent 38e1d1e commit 76c161b

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

examples/demo/Assets/Plugins/Android/mainTemplate.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414

1515
// Android Resolver Exclusions Start
1616
android {
17-
packagingOptions {
17+
packaging {
1818
exclude ('/lib/armeabi/*' + '*')
1919
exclude ('/lib/armeabi-v7a/*' + '*')
2020
exclude ('/lib/mips/*' + '*')

examples/demo/Assets/Resources/Theme.uss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -533,10 +533,6 @@
533533
margin-bottom: 0;
534534
}
535535

536-
.dialog-row .input-field:last-child {
537-
margin-right: 0;
538-
}
539-
540536
.dialog-row-delete {
541537
width: 32px;
542538
height: 32px;
@@ -633,7 +629,7 @@
633629
flex-shrink: 0 !important;
634630
width: auto !important;
635631
min-width: 0 !important;
636-
text-align: left !important;
632+
-unity-text-align: middle-left !important;
637633
margin-left: 8px;
638634
margin-right: 0 !important;
639635
}

0 commit comments

Comments
 (0)