cordova-plugin-bye
Version:
Cordova plugin to show bye before quit app
5 lines • 491 B
text/xml
<RelativeLayout android:background="#ff000000" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:textSize="30.0sp" android:textColor="#ffffffff" android:gravity="center" android:id="@id/txtBye" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="Bye Text" android:layout_centerInParent="true" />
</RelativeLayout>