Added Settings Activity and new Color Scheme

This commit is contained in:
vanitasvitae 2015-02-24 22:04:02 +01:00
parent 965aee43dd
commit 656a25d944
21 changed files with 366 additions and 24 deletions

View file

@ -181,7 +181,9 @@
android:layout_below="@+id/text_layer"
android:id="@+id/button_crypt"
android:onClick="doCrypto"
android:text="@string/button_crypt"/>
android:text="@string/button_crypt"
android:background="@drawable/button"
/>
</LinearLayout>
</RelativeLayout>