Updated to 0.1.9, added backwards compatibility to api 10, added option to share/receive configs via qr-code, added number spelling in spanish, italian

This commit is contained in:
VanitasVitae 2015-10-09 00:57:54 +02:00
parent 992c9a924d
commit 8cd2b6467b
42 changed files with 399 additions and 151 deletions

View file

@ -180,7 +180,8 @@
android:layout_weight="50"
android:layout_height="wrap_content"
android:id="@+id/button_plugboard"
android:text="@string/title_plugboard_dialog"/>
android:text="@string/title_plugboard_dialog"
tools:ignore="ButtonStyle"/>
<Button
android:layout_width="0dp"
android:layout_weight="50"
@ -189,7 +190,7 @@
android:onClick="doCrypto"
android:text="@string/button_crypt"
android:background="@drawable/button_orange"
/>
tools:ignore="ButtonStyle"/>
</LinearLayout>
</RelativeLayout>