OSDN Git Service

ShareTap: add some more descriptive text.
authorMartijn Coenen <maco@google.com>
Thu, 18 Aug 2011 20:57:50 +0000 (22:57 +0200)
committerMartijn Coenen <maco@google.com>
Thu, 18 Aug 2011 21:18:30 +0000 (23:18 +0200)
Change-Id: I34c54c3f171ab02706ac3c4e3e15ea2629f91a7b

res/layout/sharetap.xml
res/values/strings.xml

index fb31d83..bd65df2 100644 (file)
                 android:gravity="top"
                 android:text="@string/zeroclick_top"
             />
-            <TextView android:id="@+id/sharetap_safety"
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-                android:layout_marginTop="20dip"
-                android:gravity="top"
-                android:text="@string/zeroclick_safety"
-            />
         </LinearLayout>
 
     </ScrollView>
index 821ebd4..e4f06d3 100644 (file)
     <!-- Used in the zero-click sharing preferences screen -->
     <string name="zeroclick_label">ShareTap</string>
     <string name="zeroclick_explained">Share content by touching two NFC-enabled devices back to back.</string>
-    <string name="zeroclick_top">The app on the top device\'s screen sends content to the bottom device.</string>
-    <string name="zeroclick_safety">Your data is safe: nothing is shared unless both devices are on and unlocked.</string>
+    <string name="zeroclick_top">The app on the top device\'s screen sends content to the bottom device.\n\nYour data is safe: nothing is shared unless both devices are on and unlocked.\n\nYou can turn this feature off in Settings > More > ShareTap.</string>
     <!-- Wi-Fi Settings --> <skip />
     <!-- Used in the 1st-level settings screen to turn on Wi-Fi -->
     <string name="wifi_quick_toggle_title">Wi-Fi</string>