replace dp with sp

As suggested by android-studio.
This commit is contained in:
2025-09-14 16:21:49 +02:00
parent 83b77b40d6
commit 5c247f5948
3 changed files with 15 additions and 15 deletions

View File

@@ -17,6 +17,6 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginStart="10dp"
android:text="g"/>
</LinearLayout>