Move "https://" addrepo default into a string

This commit is contained in:
Daniel Martí 2014-01-08 13:36:45 +01:00
parent 3f19888b11
commit 499c9e50c5
2 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,7 @@
android:layout_height="wrap_content"
android:inputType="textUri"
android:maxLines="2"
android:text="https://" />
android:text="@string/https" />
<TextView
android:layout_width="match_parent"

View File

@ -12,6 +12,8 @@
<string name="menu_dogecoin">Dogecoin</string>
<string name="menu_flattr">Flattr</string>
<string name="https">https://</string>
<string-array name="updateIntervalValues">
<item>0</item>
<item>1</item>