1
0
forked from GitHub/gf-core

remove the custom background in activity_main.xml since it is not backward compatible with older versions of Android

This commit is contained in:
kr.angelov
2013-10-07 09:57:24 +00:00
parent f6b708ecab
commit 5324ce5de3

View File

@@ -25,7 +25,6 @@
android:layout_alignParentRight="true"
android:padding="8dp"
android:src="@drawable/ic_mic"
android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/microphone"
/>
@@ -38,7 +37,6 @@
android:layout_toLeftOf="@id/start_stop"
android:padding="8dp"
android:src="@drawable/ic_action_switch"
android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/switch_languages"
/>