Merge branch 'intents' of git://github.com/fkloft/ingress-intel-total-conversion into fkloft-intents
Conflicts: mobile/res/values/strings.xml
BIN
mobile/res/drawable-hdpi/browser.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
mobile/res/drawable-hdpi/copy.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
mobile/res/drawable-hdpi/share.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
mobile/res/drawable-mdpi/browser.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
mobile/res/drawable-mdpi/copy.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
mobile/res/drawable-mdpi/share.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
mobile/res/drawable-xhdpi/browser.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
mobile/res/drawable-xhdpi/copy.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
mobile/res/drawable-xhdpi/share.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
6
mobile/res/layout/activity_share.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<android.support.v4.view.ViewPager xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/pager"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
tools:context=".ShareActivity"/>
|
@ -8,4 +8,6 @@
|
||||
<dimen name="app_minimumsize_w">400dip</dimen>
|
||||
<dimen name="app_minimumsize_h">200dip</dimen>
|
||||
|
||||
<dimen name="icon_margin">8dp</dimen>
|
||||
|
||||
</resources>
|
@ -61,8 +61,14 @@
|
||||
<string name="menu_faction">Faction</string>
|
||||
<string name="menu_info">Info</string>
|
||||
<string name="menu_debug">Debug</string>
|
||||
<string name="menu_search">Search</string>
|
||||
<string name="choose_account_to_login">Choose account to login</string>
|
||||
<string name="login_failed">Login failed.</string>
|
||||
<string name="search_hint">Search Locations</string>
|
||||
<string name="menu_search">Search</string>
|
||||
</resources>
|
||||
<string name="intent_error">Address could not be opened</string>
|
||||
<string name="msg_copied">Copied to clipboard…</string>
|
||||
|
||||
<string name="tab_map">Map</string>
|
||||
<string name="tab_share">Share</string>
|
||||
<string name="tab_browser">Browser</string>
|
||||
</resources>
|
||||
|