10 lines
349 B
XML
10 lines
349 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TextView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/stopped_text"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_gravity="center"
|
|
android:background="#000"
|
|
android:textColor="#fff"
|
|
android:text="@string/widget_start_service" /> |