Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
Added start app on phone text
Browse files Browse the repository at this point in the history
  • Loading branch information
DreierF committed May 9, 2017
1 parent 14d1fef commit 1de1875
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions wearable/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
~ GNU General Public License for more details.
-->
<layout 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">
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools">

<android.support.wearable.view.drawer.WearableDrawerLayout
android:id="@+id/drawer_layout"
Expand All @@ -37,7 +37,7 @@
android:id="@+id/icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@mipmap/ic_launcher" />
android:src="@mipmap/ic_launcher"/>

<TextView
android:id="@+id/date"
Expand All @@ -46,7 +46,7 @@
android:padding="2dp"
android:textColor="@color/md_wear_green_lighter_ui_element"
android:textSize="14sp"
tools:text="today" />
tools:text="today"/>

<TextView
android:id="@+id/title"
Expand All @@ -55,16 +55,18 @@
android:padding="2dp"
android:textColor="@color/md_white_1000"
android:textSize="18sp"
tools:text="Training" />
tools:text="Training"/>

<TextView
android:id="@+id/rounds"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:padding="2dp"
android:text="@string/start_phone_app"
android:textColor="@color/md_white_1000"
android:textSize="12sp"
tools:text="5 rounds" />
tools:text="5 rounds"/>

<TextView
android:id="@+id/ends"
Expand All @@ -73,7 +75,7 @@
android:padding="2dp"
android:textColor="@color/md_white_1000"
android:textSize="12sp"
tools:text="10 \u00D7 3 arrows" />
tools:text="10 \u00D7 3 arrows"/>

<TextView
android:id="@+id/distance"
Expand All @@ -82,7 +84,7 @@
android:padding="2dp"
android:textColor="@color/md_white_1000"
android:textSize="12sp"
tools:text="10m" />
tools:text="10m"/>

</LinearLayout>

Expand All @@ -107,7 +109,7 @@
android:id="@+id/primaryActionAdd"
android:layout_width="@dimen/peek_drawer_icon_size"
android:layout_height="@dimen/peek_drawer_icon_size"
android:src="@drawable/ic_add_white_24dp" />
android:src="@drawable/ic_add_white_24dp"/>

</LinearLayout>

Expand Down

0 comments on commit 1de1875

Please sign in to comment.