@02.02.15 Dennis Thießen: Release 1.8.6

This commit is contained in:
Dennis Thießen
2016-02-02 22:35:16 +01:00
parent 1696718cbb
commit 6ee71e7e42
14 changed files with 96 additions and 81 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

View File

@@ -44,6 +44,13 @@
app:layout_anchorGravity="bottom|left|end"
android:layout_alignParentBottom="true"/>
<ProgressBar
style="?android:attr/progressBarStyle"
android:id="@+id/pb_map_progress"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true" />
</RelativeLayout>

View File

@@ -223,7 +223,7 @@
<string name="txt_share_page">Für mehr Details: www.riskahead.de</string>
<string name="txt_share_acttitle">Vorfall teilen…</string>
<string name="txt_viewreport_noinput">Keine Angaben</string>
<string name="txt_backpressed_msg">Drücke erneut Zurück um die RiskAhead zu schließen</string>
<string name="txt_backpressed_msg">Drücke erneut Zurück um RiskAhead zu schließen</string>
<string name="txt_notifystatus_txt">Benachrichtigungen: </string>
<string name="txt_notifystatus_activated">AN</string>
<string name="txt_notifystatus_activatedbutnotready">NICHT BEREIT (GPS FEHLT)</string>

View File

@@ -5,7 +5,6 @@
<color name="bg_common">#1175b7</color>
<color name="bg_common_trans">#9e1175b7</color>
<color name="main_button">#50626262</color>
<color name="main_button_pressed">#e4474747</color>
@@ -16,8 +15,6 @@
<color name="text_light_grey">#aa4b4b4b</color>
<color name="txt_main">#b3d1e6</color>
<color name="black">#000000</color>
<color name="white">#f5f5f5</color>