mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-23 04:41:16 +00:00
Removed device ID placeholder which is not needed any more.
This commit is contained in:
parent
6ea906d056
commit
776a746740
2 changed files with 0 additions and 4 deletions
|
@ -60,7 +60,6 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="monospace"
|
||||
android:text="@string/device_id_placeholder"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Caption"
|
||||
android:visibility="invisible" />
|
||||
</LinearLayout>
|
||||
|
|
|
@ -75,9 +75,6 @@
|
|||
<!-- 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 -->
|
||||
<string name="download_title_colon">Download:\u0020</string>
|
||||
|
||||
|
|
Loading…
Reference in a new issue