1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-23 12:51:16 +00:00

Removed device ID placeholder which is not needed any more.

This commit is contained in:
Felix Ableitner 2016-02-08 22:34:59 +01:00
parent 6ea906d056
commit 776a746740
2 changed files with 0 additions and 4 deletions

View file

@ -60,7 +60,6 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:fontFamily="monospace" android:fontFamily="monospace"
android:text="@string/device_id_placeholder"
android:textAppearance="@style/TextAppearance.AppCompat.Caption" android:textAppearance="@style/TextAppearance.AppCompat.Caption"
android:visibility="invisible" /> android:visibility="invisible" />
</LinearLayout> </LinearLayout>

View file

@ -75,9 +75,6 @@
<!-- DrawerFragment --> <!-- DrawerFragment -->
<!-- Placeholder for device ID field, to avoid layout changes. This is never visible to users. -->
<string name="device_id_placeholder" translatable="false">xxxxxxx-xxxxxxx-xxxxxxx-xxxxxxx-xxxxxxx-xxxxxxx-xxxxxxx-xxxxxxx</string>
<!-- Same as download_title with a colon and space appended --> <!-- Same as download_title with a colon and space appended -->
<string name="download_title_colon">Download:\u0020</string> <string name="download_title_colon">Download:\u0020</string>