Fix new actionbar icon sizes, rename icon to ic_launcher following Android naming conventions

This commit is contained in:
Dominik Schürmann
2014-06-18 22:30:54 +02:00
parent 37a81af748
commit a246dc9675
26 changed files with 832 additions and 4 deletions

View File

@@ -33,12 +33,12 @@
android:layout_marginTop="8dp"
android:background="?android:attr/listDivider" />
<Button
<ImageButton
android:id="@+id/import_nfc_button"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:padding="8dp"
android:text="NFC?"
android:src="@drawable/ic_action_nfc"
android:layout_gravity="center_vertical"
style="@style/SelectableItem" />