You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tasks/app/src/main/res/layout/widget_title_none.xml

8 lines
348 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/widget_title"
android:layout_height="@dimen/widget_height_none"
style="@style/WidgetTitle"
tools:text="@string/BFE_Active"
tools:textColor="@android:color/black" />