Skip to content

Instantly share code, notes, and snippets.

@FabianTerhorst
Created March 11, 2018 02:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FabianTerhorst/0567ac91f56da3a1be74301115f24444 to your computer and use it in GitHub Desktop.
Save FabianTerhorst/0567ac91f56da3a1be74301115f24444 to your computer and use it in GitHub Desktop.
<string name="wearable_service_name">Wear OS</string>
<string name="tp_wear_proxy_title_for_ios">Open the Wear OS app on your phone</string>
<string name="common_android_wear_title">Wear OS</string>
<plurals name="pre_n_notification_summary_wear_and_smartsetup">
<item quantity="other">Wear OS and %1$d other Android devices</item>
<item quantity="one">Wear OS and one other Android device</item>
</plurals>
// WearOS Logo as an android vector drawable
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="40.0" android:viewportHeight="40.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff34a853" android:pathData="M33.85,17.04C33.85,15.01 32.21,13.36 30.18,13.36C28.15,13.36 26.51,15.01 26.51,17.04C26.51,19.06 28.15,20.71 30.18,20.71C32.21,20.71 33.85,19.06 33.85,17.04" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ffea4335" android:pathData="M37.7,9.49C37.7,7.6 36.16,6.06 34.27,6.06C32.37,6.06 30.84,7.6 30.84,9.49C30.84,11.39 32.37,12.92 34.27,12.92C36.16,12.92 37.7,11.39 37.7,9.49" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#fffbbc05" android:pathData="M25.33,33.05C24.02,33.05 22.76,32.29 22.19,31.01L13.21,10.83C12.44,9.1 13.21,7.07 14.95,6.3C16.68,5.53 18.7,6.31 19.47,8.04L28.46,28.22C29.23,29.95 28.45,31.98 26.72,32.75C26.27,32.95 25.8,33.05 25.33,33.05" android:strokeColor="#00000000" android:strokeWidth="1.0" />
<path android:fillColor="#ff4285f4" android:pathData="M14.72,33C13.29,33 11.93,32.17 11.31,30.78L2.63,11.3C1.8,9.41 2.64,7.21 4.52,6.37C6.41,5.53 8.61,6.38 9.45,8.26L18.13,27.74C18.96,29.63 18.12,31.83 16.24,32.67C15.74,32.89 15.23,33 14.72,33" android:strokeColor="#00000000" android:strokeWidth="1.0" />
</vector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment