remove xml for worker
This commit is contained in:
@@ -1,56 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<android.support.wear.widget.BoxInsetLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="#fff"
|
||||
android:padding="@dimen/box_inset_layout_padding"
|
||||
tools:context="de.tonifetzer.conductorswatch.MainActivity"
|
||||
tools:deviceIds="wear">
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
|
||||
<de.tonifetzer.conductorswatch.Croller
|
||||
android:id="@+id/crollerRed"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
app:back_circle_color="#EE693F"
|
||||
app:back_circle_radius="100"
|
||||
app:indicator_color="#fff"
|
||||
app:indicator_width="4"
|
||||
app:is_continuous="true"
|
||||
app:label=""
|
||||
app:label_color="#000000"
|
||||
app:main_circle_color="#ffffff"
|
||||
app:main_circle_radius="90"
|
||||
app:max="240"
|
||||
app:min="0"
|
||||
app:progress="80"
|
||||
app:progress_primary_color="#EE693F"
|
||||
app:progress_primary_stroke_width="10"
|
||||
app:progress_radius="120"
|
||||
app:progress_secondary_color="#CCC"
|
||||
app:progress_secondary_stroke_width="3"
|
||||
app:start_offset="45" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/bpmTextRed"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center"
|
||||
android:text="80"
|
||||
android:textStyle="bold"
|
||||
android:textColor="#EE693F"
|
||||
android:textSize="40sp"/>
|
||||
|
||||
</FrameLayout>
|
||||
|
||||
|
||||
</android.support.wear.widget.BoxInsetLayout>
|
||||
|
||||
Reference in New Issue
Block a user