Move "https://" addrepo default into a string
This commit is contained in:
parent
3f19888b11
commit
499c9e50c5
@ -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"
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user