mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-19 09:39:25 -04:00
Fix slider performance degradation when editing controls
This commit is contained in:
parent
e6d8475a64
commit
6f100d6722
@ -282,7 +282,7 @@
|
|||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/editStrokeWidth_textView_percent"
|
android:id="@+id/editStrokeWidth_textView_percent"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="50dp"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:text="100%"
|
android:text="100%"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
@ -346,7 +346,7 @@
|
|||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/editCornerRadius_textView_percent"
|
android:id="@+id/editCornerRadius_textView_percent"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="50dp"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:text="100%"
|
android:text="100%"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
@ -382,7 +382,7 @@
|
|||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/editButtonOpacity_textView_percent"
|
android:id="@+id/editButtonOpacity_textView_percent"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="50dp"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:text="100%"
|
android:text="100%"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user