SDL: added padding to 'Stop app' button in the persistent notification

This commit is contained in:
Sergii Pylypenko
2019-02-18 22:09:25 +02:00
parent 2f49dd6e30
commit 8be8471285

View File

@@ -44,6 +44,8 @@
android:singleLine="true"
android:layout_alignParentRight="true"
android:textAlignment="center"
android:paddingLeft="5dp"
android:paddingRight="5dp"
/>
</RelativeLayout>