Fix theme problems

This commit is contained in:
Dominik Schürmann
2015-08-18 11:19:50 +02:00
parent 979605b5de
commit 2ef691b264
11 changed files with 27 additions and 19 deletions

View File

@@ -162,15 +162,13 @@
<Button
android:id="@+id/nfc_activity_3_error_try_again"
style="?android:attr/borderlessButtonStyle"
android:layout_width="wrap_content"
android:layout_height="48dp"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_below="@+id/nfc_activity_3_placeholder"
android:layout_margin="8dp"
android:text="@string/error_nfc_try_again"
android:textColor="@color/accent" />
android:text="@string/error_nfc_try_again" />
</RelativeLayout>