Update share provider
parent
d820c3cf01
commit
b031de7903
|
@ -21,7 +21,9 @@
|
|||
<Spinner
|
||||
android:id="@+id/spinner1"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
android:layout_height="wrap_content"
|
||||
android:entries="@array/dork_providers"
|
||||
android:prompt="@string/spinner_prompt" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
|
|
@ -13,6 +13,11 @@
|
|||
<item>Footholds</item>
|
||||
<item>Online Shopping Info</item>
|
||||
</string-array>
|
||||
<string-array name="dork_providers">
|
||||
<item>Google</item>
|
||||
<item>Bing</item>
|
||||
</string-array>
|
||||
|
||||
<string name="action_search">Search</string>
|
||||
<string name="action_help">Help</string>
|
||||
<string name="action_refresh">Refresh</string>
|
||||
|
|
Loading…
Reference in New Issue